Skip to content

Commit 76fdc83

Browse files
committed
Use a git dep instead of patch
Try to help with publication to crates.io
1 parent 28320b5 commit 76fdc83

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

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

6767
[dev-dependencies]
6868
heck = { workspace = true }
69-
wasmtime = { version = "7.0.0", features = ['component-model'] }
69+
wasmtime = { git = 'https://github.com/bytecodealliance/wasmtime', features = ['component-model'] }
7070
test-artifacts = { path = 'crates/test-rust-wasm/artifacts' }
7171
wit-parser = { workspace = true }
72-
73-
[patch.crates-io]
74-
wasmtime = { git = 'https://github.com/bytecodealliance/wasmtime' }

0 commit comments

Comments
 (0)