Skip to content

Commit

Permalink
1. _
Browse files Browse the repository at this point in the history
  • Loading branch information
denisandroid committed Aug 18, 2022
1 parent e6436d5 commit c82be8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit c82be8b

Please sign in to comment.