We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c3d45b commit 1d4769aCopy full SHA for 1d4769a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 1.7.1
2
+
3
+- Fix compilation under WebAssembly targets (#75).
4
+- Add a disclaimer indicating that this is a reference executor (#74).
5
6
# Version 1.7.0
7
8
- Bump `async-lock` and `futures-lite` to their latest versions. (#70)
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.0"
+version = "1.7.1"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
9
rust-version = "1.61"
0 commit comments