We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1cff63 commit 37ccc91Copy full SHA for 37ccc91
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 3.2.0
2
+
3
+- Add missing methods for blocking on locking with types wrapped in `Arc` (#71).
4
5
# Version 3.1.2
6
7
- Bump `event-listener` to version v4.0.0. (#69)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-lock"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v3.x.y" git tag
-version = "3.1.2"
+version = "3.2.0"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
rust-version = "1.59"
0 commit comments