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 fa117de commit d747bcdCopy full SHA for d747bcd
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 1.8.0
2
+
3
+- When spawned tasks panic, the panic is caught and then surfaced in the spawned
4
+ `Task`. Previously, the panic would be surfaced in `tick()` or `run()`. (#78)
5
6
# Version 1.7.2
7
8
- Fix compilation under WebAssembly targets (#77).
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.7.2"
+version = "1.8.0"
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2021"
9
rust-version = "1.61"
0 commit comments