Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 5ba14e6

Browse files
committed
Reset back to upstream deps
1 parent fb784db commit 5ba14e6

File tree

2 files changed

+10
-39
lines changed

2 files changed

+10
-39
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 0 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -622,37 +622,3 @@ debug = "line-tables-only"
622622
inherits = "release"
623623
codegen-units = 1
624624
lto = true
625-
626-
# TODO: remove this once we've switched to a wasm-tools/wit-bindgen release:
627-
[patch.crates-io]
628-
# wasmparser = { git = "https://github.com/bytecodealliance/wasm-tools" }
629-
# wat = { git = "https://github.com/bytecodealliance/wasm-tools" }
630-
# wast = { git = "https://github.com/bytecodealliance/wasm-tools" }
631-
# wasmprinter = { git = "https://github.com/bytecodealliance/wasm-tools" }
632-
# wasm-encoder = { git = "https://github.com/bytecodealliance/wasm-tools" }
633-
# wasm-smith = { git = "https://github.com/bytecodealliance/wasm-tools" }
634-
# wasm-mutate = { git = "https://github.com/bytecodealliance/wasm-tools" }
635-
# wit-parser = { git = "https://github.com/bytecodealliance/wasm-tools" }
636-
# wit-component = { git = "https://github.com/bytecodealliance/wasm-tools" }
637-
# wasm-wave = { git = "https://github.com/bytecodealliance/wasm-tools" }
638-
# wasm-compose = { git = "https://github.com/bytecodealliance/wasm-tools" }
639-
# wasm-metadata = { git = "https://github.com/bytecodealliance/wasm-tools" }
640-
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen" }
641-
wit-bindgen-rt = { git = "https://github.com/bytecodealliance/wit-bindgen" }
642-
wit-bindgen-rust-macro = { git = "https://github.com/bytecodealliance/wit-bindgen" }
643-
644-
# wasmparser = { path = '../wasm-tools/crates/wasmparser' }
645-
# wat = { path = '../wasm-tools/crates/wat' }
646-
# wast = { path = '../wasm-tools/crates/wast' }
647-
# wasmprinter = { path = '../wasm-tools/crates/wasmprinter' }
648-
# wasm-encoder = { path = '../wasm-tools/crates/wasm-encoder' }
649-
# wasm-smith = { path = '../wasm-tools/crates/wasm-smith' }
650-
# wasm-mutate = { path = '../wasm-tools/crates/wasm-mutate' }
651-
# wit-parser = { path = '../wasm-tools/crates/wit-parser' }
652-
# wit-component = { path = '../wasm-tools/crates/wit-component' }
653-
# wasm-wave = { path = '../wasm-tools/crates/wasm-wave' }
654-
# wasm-compose = { path = '../wasm-tools/crates/wasm-compose' }
655-
# wasm-metadata = { path = '../wasm-tools/crates/wasm-metadata' }
656-
# wit-bindgen = { path = '../wit-bindgen/crates/guest-rust' }
657-
# wit-bindgen-rt = { path = '../wit-bindgen/crates/guest-rust/rt' }
658-
# wit-bindgen-rust-macro = { path = '../wit-bindgen/crates/guest-rust/macro' }

0 commit comments

Comments
 (0)