Skip to content

Commit 0bc0afd

Browse files
committed
Move gc feature to default so users can opt out
1 parent 97361cc commit 0bc0afd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

crates/c-api/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ doctest = false
2121

2222
[dependencies]
2323
env_logger = { workspace = true, optional = true }
24-
wasmtime = { workspace = true, features = ['runtime', 'gc', 'std'] }
24+
wasmtime = { workspace = true, features = ['runtime', 'std'] }
2525
wasmtime-c-api-macros = { workspace = true }
2626
log = { workspace = true }
2727
tracing = { workspace = true }
@@ -42,6 +42,7 @@ futures = { workspace = true, optional = true }
4242

4343
[features]
4444
# WASMTIME_FEATURE_LIST
45+
default = ["gc"]
4546
async = ['wasmtime/async', 'futures']
4647
profiling = ["wasmtime/profiling"]
4748
cache = ["wasmtime/cache"]

0 commit comments

Comments
 (0)