We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920ad90 commit 44c4f6dCopy full SHA for 44c4f6d
1 file changed
bazel/cargo/wasmtime/Cargo.toml
@@ -24,4 +24,4 @@ path = "fake_lib.rs"
24
[dependencies]
25
# Fixes testdata build error due to missing crate_features = ["std"]
26
log = {version = "0.4.29", default-features = false, features = ['std']}
27
-wasmtime-c-api-impl = {version = "24.0.0", default-features = false, features = ['cranelift']}
+wasmtime-c-api-impl = {version = "=24.0.0", features = ['cranelift']}
0 commit comments