diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e48f56..4900640 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## tokio [0.2.25] - 2024-04-08 + +### Removed + +- Remove `stats` feature to allow tokio >=1.33. + ## madsim [0.2.27] - 2024-04-07 ### Fixed diff --git a/madsim-tokio/Cargo.toml b/madsim-tokio/Cargo.toml index 78c2e1c..24be9a0 100644 --- a/madsim-tokio/Cargo.toml +++ b/madsim-tokio/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "madsim-tokio" -version = "0.2.24" +version = "0.2.25" edition = "2021" authors = ["Runji Wang "] description = "The `tokio` simulator on madsim." @@ -43,7 +43,6 @@ signal = ["tokio/signal"] sync = ["tokio/sync"] test-util = ["tokio/test-util"] time = ["tokio/time"] -stats = ["tokio/stats"] tracing = ["tokio/tracing"] # tokio optional dependencies