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 aabee96 commit 8960927Copy full SHA for 8960927
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# Version 2.6.0
2
+
3
+- Bump MSRV to 1.71. (#251)
4
+- Expose `Timer::clear`. (#239)
5
+- Implement `IoSafe` for `std::io::PipeReader` and `std::io::PipeWriter` (#237)
6
+- Update to `windows-sys` v0.61. (#251)
7
+- Remove dependency on `async_lock`. (#240)
8
9
# Version 2.5.0
10
11
- Add a new optional `tracing` feature. When enabled, this feature adds logging
Cargo.toml
@@ -3,7 +3,7 @@ name = "async-io"
# When publishing a new version:
# - Update CHANGELOG.md
# - Create "v2.x.y" git tag
-version = "2.5.0"
+version = "2.6.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2021"
rust-version = "1.71"
0 commit comments