diff --git a/README.md b/README.md index 2a561e1..fb4df93 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ For a `synchronized` macro, use the primitives implemented by the default `std` ```rust,ignore [dependencies.synchronized] -version = "1.0.0" +version = "1.0.1" default-features = false features = [ "std", @@ -236,7 +236,7 @@ For a `synchronized` macro, use the primitives implemented by the default `parki ```rust,ignore [dependencies.synchronized] -version = "1.0.0" +version = "1.0.1" default-features = false features = [ "parking_lot", diff --git a/src/lib.rs b/src/lib.rs index 3bc01a7..8e1799b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -235,7 +235,7 @@ For a `synchronized` macro, use the primitives implemented by the default `std` ```rust,ignore [dependencies.synchronized] -version = "1.0.0" +version = "1.0.1" default-features = false features = [ "std", @@ -249,7 +249,7 @@ For a `synchronized` macro, use the primitives implemented by the default `parki ```rust,ignore [dependencies.synchronized] -version = "1.0.0" +version = "1.0.1" default-features = false features = [ "parking_lot",