Skip to content

Commit

Permalink
Don't forcibly enable gc feature with cli-flags crate
Browse files Browse the repository at this point in the history
Helps keep the `gc` feature out of the "min" build.
  • Loading branch information
alexcrichton committed Dec 20, 2024
1 parent afd8bb3 commit dd8b4e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cli-flags/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ clap = { workspace = true }
file-per-thread-logger = { workspace = true, optional = true }
tracing-subscriber = { workspace = true, optional = true }
rayon = { version = "1.5.0", optional = true }
wasmtime = { workspace = true, features = ["gc"] }
wasmtime = { workspace = true }
humantime = { workspace = true }

[features]
Expand Down

0 comments on commit dd8b4e8

Please sign in to comment.