Skip to content

Commit

Permalink
remove stats feature to allow tokio >=1.33.
Browse files Browse the repository at this point in the history
Signed-off-by: Runji Wang <wangrunji0408@163.com>
  • Loading branch information
wangrunji0408 committed Apr 8, 2024
1 parent e9aa251 commit e707bb4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions madsim-tokio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "madsim-tokio"
version = "0.2.24"
version = "0.2.25"
edition = "2021"
authors = ["Runji Wang <wangrunji0408@163.com>"]
description = "The `tokio` simulator on madsim."
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e707bb4

Please sign in to comment.