@@ -622,37 +622,3 @@ debug = "line-tables-only"
622622inherits = " release"
623623codegen-units = 1
624624lto = 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