Skip to content

Commit 9ad1226

Browse files
authored
Use wasmtime's release-6.0.0 branch (#501)
Prepare for its upcoming 6.0.0 release to use a crates.io-based version of Wasmtime.
1 parent 76fdc83 commit 9ad1226

File tree

2 files changed

+57
-57
lines changed

2 files changed

+57
-57
lines changed

Cargo.lock

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ teavm-java = ['dep:wit-bindgen-gen-guest-teavm-java']
6666

6767
[dev-dependencies]
6868
heck = { workspace = true }
69-
wasmtime = { git = 'https://github.com/bytecodealliance/wasmtime', features = ['component-model'] }
69+
wasmtime = { git = 'https://github.com/bytecodealliance/wasmtime', features = ['component-model'], branch = 'release-6.0.0' }
7070
test-artifacts = { path = 'crates/test-rust-wasm/artifacts' }
7171
wit-parser = { workspace = true }

0 commit comments

Comments
 (0)