From 1622f6b953c93c3a680769636b60733f281f1ac0 Mon Sep 17 00:00:00 2001 From: Emil Fresk Date: Mon, 4 Dec 2023 20:50:10 +0100 Subject: Fix docs.rs features for rtic-sync (#857) --- rtic-sync/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'rtic-sync/Cargo.toml') 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" -- cgit v1.2.3