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 581a2c9 commit d0f4e80Copy full SHA for d0f4e80
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.2.3
2
+
3
+- Enter the `tokio` context while dropping wrapped `tokio` types. (#22)
4
5
# Version 0.2.2
6
7
- Add `smol-rs` logo to the docs. (#19)
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-compat"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v0.x.y" git tag
-version = "0.2.2"
+version = "0.2.3"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
description = "Compatibility adapter between tokio and futures"
0 commit comments