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 6aba704 commit a438e9dCopy full SHA for a438e9d
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 1.5.1
2
+
3
+- Implement a better form of debug output for Executor and LocalExecutor. (#33)
4
5
# Version 1.5.0
6
7
- Remove the dependency on the `once_cell` crate to restore the MSRV. (#29)
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.5.0"
+version = "1.5.1"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2018"
9
rust-version = "1.48"
0 commit comments