diff options
Diffstat (limited to 'rtic-sync/Cargo.toml')
-rw-r--r-- | rtic-sync/Cargo.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index 0d5b2d20..60862880 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtic-sync" -version = "1.1.0" +version = "1.1.1" edition = "2021" authors = [ @@ -16,6 +16,9 @@ license = "MIT OR Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html +[package.metadata.docs.rs] +features = ["unstable"] + [dependencies] heapless = "0.8" critical-section = "1" |