From e707bb4f55f7334a5b1b10d9e2fc0c577d69558a Mon Sep 17 00:00:00 2001 From: Runji Wang Date: Mon, 8 Apr 2024 17:43:17 +0800 Subject: [PATCH] remove `stats` feature to allow tokio >=1.33. Signed-off-by: Runji Wang --- CHANGELOG.md | 6 ++++++ madsim-tokio/Cargo.toml | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) 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