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 60a2185 commit 3d912bbCopy full SHA for 3d912bb
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# Version 1.13.2
2
+
3
+- Fix build failure with minimal-versions. (#132)
4
+- Prevent executor from becoming unusable by panic of the iterator passed by the user to the `spawn_many`. (#136)
5
+- Reduce memory footprint. (#137)
6
7
# Version 1.13.1
8
9
- Fix docs.rs build. (#125)
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.1"
+version = "1.13.2"
authors = ["Stjepan Glavina <stjepang@gmail.com>", "John Nunley <dev@notgull.net>"]
edition = "2021"
rust-version = "1.63"
0 commit comments