aboutsummaryrefslogtreecommitdiff
path: root/rtic-sync/Cargo.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-12-04 20:50:10 +0100
committerGitHub <noreply@github.com>2023-12-04 20:50:10 +0100
commit1622f6b953c93c3a680769636b60733f281f1ac0 (patch)
treea454a465bdc0df01b0047e6a74bcd6415b7a21e0 /rtic-sync/Cargo.toml
parentea8de913d7e7265b13edee779e4ab614a227bef2 (diff)
Fix docs.rs features for rtic-sync (#857)
Diffstat (limited to 'rtic-sync/Cargo.toml')
-rw-r--r--rtic-sync/Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml
index 0d5b2d2..6086288 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"