Skip to content

Commit

Permalink
sync: rewrite CancellationToken (#4652)
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis authored and Darksonn committed May 14, 2022
1 parent b24df49 commit 0105d99
Show file tree
Hide file tree
Showing 6 changed files with 608 additions and 1,499 deletions.
2 changes: 1 addition & 1 deletion tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rt = ["tokio/rt"]
__docs_rs = ["futures-util"]

[dependencies]
tokio = { version = "1.0.0", path = "../tokio", features = ["sync"] }
tokio = { version = "1.7.0", path = "../tokio", features = ["sync"] }

bytes = "1.0.0"
futures-core = "0.3.0"
Expand Down
Loading

0 comments on commit 0105d99

Please sign in to comment.