Skip to content

Commit

Permalink
Bumped virtual-mio crate to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitSeb committed Aug 18, 2023
1 parent e007a45 commit c5f8fbb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/virtual-io/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtual-mio"
version = "0.1.0"
version = "0.2.0"
description = "Wasmer Virtual IO Engine powered by mio"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion lib/virtual-net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ libc = { version = "0.2.139", optional = true }
mio = { version = "0.8", optional = true }
socket2 = { version = "0.4", optional = true }
derivative = { version = "^2" }
virtual-mio = { path = "../virtual-io", version = "0.1.0", default-features = false }
virtual-mio = { path = "../virtual-io", version = "0.2.0", default-features = false }
base64 = "0.21"
bincode = { version = "1.3" }
serde = { version = "1.0", default-features = false, features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion lib/wasix/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ getrandom = "0.2"
wasmer-wasix-types = { path = "../wasi-types", version = "0.11.0", features = [ "enable-serde" ] }
wasmer-types = { path = "../types", version = "=4.1.1", default-features = false }
wasmer = { path = "../api", version = "=4.1.1", default-features = false, features = ["wat", "js-serializable-module"] }
virtual-mio = { path = "../virtual-io", version = "0.1.0", default-features = false }
virtual-mio = { path = "../virtual-io", version = "0.2.0", default-features = false }
virtual-fs = { path = "../virtual-fs", version = "0.8.0", default-features = false, features = ["webc-fs"] }
virtual-net = { path = "../virtual-net", version = "0.5.0", default-features = false }
wasmer-emscripten = { path = "../emscripten", version = "=4.1.1", optional = true }
Expand Down

0 comments on commit c5f8fbb

Please sign in to comment.