Skip to content

Commit

Permalink
Update tokio-util to depend on tokio 1
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Yuan <[email protected]>
  • Loading branch information
juntao committed Feb 4, 2023
1 parent fb67d40 commit 2b2a270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name = "tokio-util_wasi"
# - Remove path dependencies
# - Update CHANGELOG.md.
# - Create "tokio-util-0.7.x" git tag.
version = "0.7.4"
version = "0.7.5"
edition = "2018"
rust-version = "1.49"
authors = ["Tokio Contributors <[email protected]>"]
Expand Down Expand Up @@ -38,7 +38,7 @@ rt = ["tokio_wasi/rt", "tokio_wasi/sync", "futures-util", "hashbrown"]
__docs_rs = ["futures-util"]

[dependencies]
tokio_wasi = { path = "../tokio", version = "1.21", features = ["sync"] }
tokio_wasi = { path = "../tokio", version = "1", features = ["sync"] }
bytes = "1.0.0"
futures-core = "0.3.0"
futures-sink = "0.3.0"
Expand Down

0 comments on commit 2b2a270

Please sign in to comment.