Skip to content

Commit

Permalink
enable gc cargo feature in a couple other crates
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 23, 2024
1 parent 8732497 commit 21061df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/fuzzing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ target-lexicon = { workspace = true }
tempfile = "3.3.0"
wasmparser = { workspace = true }
wasmprinter = { workspace = true }
wasmtime = { workspace = true, features = ['default', 'winch'] }
wasmtime = { workspace = true, features = ['default', 'winch', 'gc'] }
wasmtime-wast = { workspace = true }
wasm-encoder = { workspace = true }
wasm-smith = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/wast/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ workspace = true

[dependencies]
anyhow = { workspace = true }
wasmtime = { workspace = true, features = ['cranelift', 'wat', 'runtime'] }
wasmtime = { workspace = true, features = ['cranelift', 'wat', 'runtime', 'gc'] }
wast = { workspace = true }
log = { workspace = true }

Expand Down

0 comments on commit 21061df

Please sign in to comment.