Skip to content

Commit

Permalink
host_wasmtime/Cargo.toml: exact match wasmtime version
Browse files Browse the repository at this point in the history
it seems that precompiled modules are incompatible among patch versions.
  • Loading branch information
yamt committed Jul 25, 2024
1 parent 2af5150 commit 466336c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions host_wasmtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ async-trait = "0.1.77"
tokio = { version = "1.37.0", default-features = false }

# preview2 and component-model are still moving targets.
wasmtime = { version = "17.0.2", default-features = false, features = ["component-model", "cranelift"]}
wasmtime-wasi = { version = "17.0.2", default-features = false, features = ["preview2", "sync"] }
wasmtime = { version = "=17.0.2", default-features = false, features = ["component-model", "cranelift"]}
wasmtime-wasi = { version = "=17.0.2", default-features = false, features = ["preview2", "sync"] }

0 comments on commit 466336c

Please sign in to comment.