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 d174eb6 commit e7a7ea5Copy full SHA for e7a7ea5
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# Version 0.2.2
2
+
3
+- Add `smol-rs` logo to the docs. (#19)
4
5
# Version 0.2.1
6
7
- Fix a bug in `AsyncSeek` implementation.
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.1"
+version = "0.2.2"
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
description = "Compatibility adapter between tokio and futures"
0 commit comments