Skip to content

Commit 44c4f6d

Browse files
committed
Remove default feature override from wasmtime Cargo.toml
Signed-off-by: Matt Leon <mattleon@google.com>
1 parent 920ad90 commit 44c4f6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bazel/cargo/wasmtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ path = "fake_lib.rs"
2424
[dependencies]
2525
# Fixes testdata build error due to missing crate_features = ["std"]
2626
log = {version = "0.4.29", default-features = false, features = ['std']}
27-
wasmtime-c-api-impl = {version = "24.0.0", default-features = false, features = ['cranelift']}
27+
wasmtime-c-api-impl = {version = "=24.0.0", features = ['cranelift']}

0 commit comments

Comments
 (0)