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 89239a2 commit 89943a2Copy full SHA for 89943a2
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# Version 2.5.0
2
+
3
+- Add a new optional `tracing` feature. When enabled, this feature adds logging
4
+ to the implementation. By default it is disabled. (#234)
5
+- Add support for Haiku (#233)
6
+- Fix build failure with minimal-versions. (#234)
7
+- Update `windows-sys` to v0.60. (#230)
8
9
# Version 2.4.1
10
11
- Update to rustix version 1.0.7. (#221)
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.4.1"
+version = "2.5.0"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2021"
rust-version = "1.63"
0 commit comments