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 99d34fe commit 2b34b16Copy full SHA for 2b34b16
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 2.0.0
2
+
3
+- **Breaking:** Bump `async-io` to version 2.0.0. (#28)
4
+- Bump `futures-lite` to version 2.0.0. (#29)
5
6
# Version 1.8.0
7
8
- Bump MSRV to 1.63. (#23)
Cargo.toml
@@ -2,8 +2,8 @@
name = "async-net"
# When publishing a new version:
# - Update CHANGELOG.md
-# - Create "v1.x.y" git tag
-version = "1.8.0"
+# - Create "v2.x.y" git tag
+version = "2.0.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2021"
9
rust-version = "1.63"
0 commit comments