Skip to content

Commit

Permalink
chore: update wasi-passthrough
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <[email protected]>
  • Loading branch information
rvolosatovs committed Sep 20, 2024
1 parent 81ba73d commit 2a0eb26
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ http = { version = "1", default-features = false }
tokio = { version = "1", default-features = false }
tracing = { version = "0.1", default-features = false }
tracing-subscriber = { version = "0.3", default-features = false }
wasi-passthrough = { version = "0.1.1", default-features = false }
wasi-passthrough = { version = "0.1.2", default-features = false }
wasi-preview1-component-adapter-provider = { version = "24", default-features = false }
wasmparser = { version = "0.217", default-features = false }
wasmtime = { version = "24", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion crates/passthrough/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "west-passthrough"
version = "0.1.0"
version = "0.1.1"
description = "WebAssembly component, which reexports WASI from the host"

authors.workspace = true
Expand Down

0 comments on commit 2a0eb26

Please sign in to comment.