Signed-off-by: John Nunley <dev@notgull.net>
This commit is contained in:
John Nunley 2023-10-28 18:50:18 -07:00 committed by GitHub
parent 99d34fe64e
commit 2b34b162b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
# Version 2.0.0
- **Breaking:** Bump `async-io` to version 2.0.0. (#28)
- Bump `futures-lite` to version 2.0.0. (#29)
# Version 1.8.0
- Bump MSRV to 1.63. (#23)

View File

@ -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 <stjepang@gmail.com>"]
edition = "2021"
rust-version = "1.63"