Skip to content

Commit 73c4ff2

Browse files
authored
wasmtime-wasi: remove dependency on trait-variant (bytecodealliance#10020)
this seems to have been added by mistake. There is a dep on this crate in wasmtime for use by the component macro, but all use sites use it through the wasmtime crate's re-export.
1 parent bb5e4bb commit 73c4ff2

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/wasi/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ io-lifetimes = { workspace = true }
3232
fs-set-times = { workspace = true }
3333
bitflags = { workspace = true }
3434
async-trait = { workspace = true }
35-
trait-variant = {workspace = true}
3635
system-interface = { workspace = true}
3736
futures = { workspace = true }
3837
url = { workspace = true }

0 commit comments

Comments
 (0)