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 08c3fc4 commit 1e8d245Copy full SHA for 1e8d245
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.13.3
2
+
3
+- Avoid places where the code had a possibility to block or panic. (#147)
4
5
# Version 1.13.2
6
7
- Fix build failure with minimal-versions. (#132)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-executor"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v1.x.y" git tag
-version = "1.13.2"
+version = "1.13.3"
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
8
edition = "2021"
9
rust-version = "1.63"
0 commit comments