Skip to content

Commit

Permalink
fix dev-dependencies for wasm-mutate
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbepop committed Nov 19, 2024
1 parent 76d4d6a commit 7c7eb46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/wasm-mutate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ workspace = true
[dependencies]
clap = { workspace = true, optional = true }
thiserror = "1.0.28"
wasmparser = { workspace = true, features = ["simd"]}
wasm-encoder = { workspace = true, features = ["wasmparser", "simd"] }
wasmparser = { workspace = true, features = ['simd']}
wasm-encoder = { workspace = true, features = ['wasmparser', 'simd'] }
rand = { workspace = true }
log = { workspace = true }
egg = "0.6.0"
Expand All @@ -24,4 +24,4 @@ anyhow = { workspace = true }
wat = { workspace = true }
wasmprinter = { workspace = true }
env_logger = { workspace = true }
wasmparser = { workspace = true, features = ['validate', 'features'] }
wasmparser = { workspace = true, features = ['validate', 'features', 'simd'] }

0 comments on commit 7c7eb46

Please sign in to comment.