Skip to content

Commit

Permalink
Update the tokio_wasi package to 1.25.0
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 3bc57b3 commit fb67d40
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tokio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ pin-project-lite = "0.2.0"
# Everything else is optional...
bytes = { version = "1.0.0", optional = true }
memchr = { version = "2.2", optional = true }
mio_wasi = {version="0.8.4", optional = true, features = ["wasmedge", "os-poll", "net"] }
mio_wasi = {version="0.8", optional = true, features = ["wasmedge", "os-poll", "net"] }
num_cpus = { version = "1.8.0", optional = true }
parking_lot = { version = "0.12.0", optional = true }

Expand Down Expand Up @@ -160,7 +160,7 @@ rand = "0.8.0"
[target.'cfg(all(any(target_arch = "wasm32", target_arch = "wasm64"), not(target_os = "wasi")))'.dev-dependencies]
wasm-bindgen-test = "0.3.0"
[target.'cfg(target_os = "wasi")'.dependencies]
wasmedge_wasi_socket = "0.4.2"
wasmedge_wasi_socket = "0.4"

[target.'cfg(target_os = "freebsd")'.dev-dependencies]
mio-aio = { version = "0.7.0", features = ["tokio"] }
Expand Down

0 comments on commit fb67d40

Please sign in to comment.