Skip to content

Commit 8cdff81

Browse files
committed
Only allow patch version to v 36.0 of wasmtime
Signed-off-by: Simon Davies <simongdavies@users.noreply.github.com>
1 parent ecf7852 commit 8cdff81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hyperlight_wasm_aot/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Application to precompile WebAssembly binaries to for hyperlight-wasm.
1212
"""
1313

1414
[dependencies]
15-
wasmtime = { version = "36.0.2", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
15+
wasmtime = { version = "~36.0.0", default-features = false, features = ["cranelift", "runtime", "component-model" ] }
1616
clap = "4.5"
1717
cargo_metadata = "0.22"
1818
cargo-util-schemas = "0.8.2"

src/wasm_runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bench = false
1414
hyperlight-common = { version = "0.8.0", default-features = false }
1515
hyperlight-guest-bin = { version = "0.8.0", features = [ "printf" ] }
1616
hyperlight-guest = { version = "0.8.0" }
17-
wasmtime = { version = "36.0.2", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
17+
wasmtime = { version = "~36.0.0", default-features = false, features = [ "runtime", "custom-virtual-memory", "custom-native-signals", "component-model" ] }
1818
hyperlight-wasm-macro = { path = "../hyperlight_wasm_macro" }
1919
spin = "0.9.8"
2020

0 commit comments

Comments
 (0)