Skip to content

Commit 8644713

Browse files
authored
Use a crates.io-based version of Wasmtime (#517)
1 parent e67f44d commit 8644713

File tree

2 files changed

+47
-24
lines changed

2 files changed

+47
-24
lines changed

Cargo.lock

Lines changed: 46 additions & 23 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
@@ -71,6 +71,6 @@ go = ['dep:wit-bindgen-gen-guest-go']
7171

7272
[dev-dependencies]
7373
heck = { workspace = true }
74-
wasmtime = { git = 'https://github.com/bytecodealliance/wasmtime', features = ['component-model'], branch = 'release-6.0.0' }
74+
wasmtime = { version = "6", features = ['component-model'] }
7575
test-artifacts = { path = 'crates/test-rust-wasm/artifacts' }
7676
wit-parser = { workspace = true }

0 commit comments

Comments
 (0)