Skip to content

Commit 525d273

Browse files
authored
Merge pull request #31 from dhil/wasmfx-merge
Merge with upstream
2 parents 95ca6e9 + 8a30884 commit 525d273

File tree

11 files changed

+167
-177
lines changed

11 files changed

+167
-177
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ resolver = "2"
1818

1919
[workspace.package]
2020
edition = "2021"
21-
version = "0.34.0"
21+
version = "0.35.0"
2222
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
2323
repository = "https://github.com/bytecodealliance/wasi-rs"
2424

@@ -32,21 +32,21 @@ indexmap = "2.0.0"
3232
prettyplease = "0.2.20"
3333
syn = { version = "2.0", features = ["printing"] }
3434

35-
wasmparser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
36-
wasm-metadata = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
37-
wasm-encoder = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
38-
wit-parser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
39-
wit-component = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.219.0" }
35+
wasmparser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }
36+
wasm-metadata = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }
37+
wasm-encoder = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }
38+
wit-parser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }
39+
wit-component = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.220.0" }
4040

41-
wit-bindgen-core = { path = 'crates/core', version = '0.34.0' }
42-
wit-bindgen-c = { path = 'crates/c', version = '0.34.0' }
43-
wit-bindgen-rust = { path = "crates/rust", version = "0.34.0" }
44-
wit-bindgen-teavm-java = { path = 'crates/teavm-java', version = '0.34.0' }
45-
wit-bindgen-go = { path = 'crates/go', version = '0.34.0' }
46-
wit-bindgen-csharp = { path = 'crates/csharp', version = '0.34.0' }
47-
wit-bindgen-markdown = { path = 'crates/markdown', version = '0.34.0' }
48-
wit-bindgen-moonbit = { path = 'crates/moonbit', version = '0.34.0' }
49-
wit-bindgen = { path = 'crates/guest-rust', version = '0.34.0', default-features = false }
41+
wit-bindgen-core = { path = 'crates/core', version = '0.35.0' }
42+
wit-bindgen-c = { path = 'crates/c', version = '0.35.0' }
43+
wit-bindgen-rust = { path = "crates/rust", version = "0.35.0" }
44+
wit-bindgen-teavm-java = { path = 'crates/teavm-java', version = '0.35.0' }
45+
wit-bindgen-go = { path = 'crates/go', version = '0.35.0' }
46+
wit-bindgen-csharp = { path = 'crates/csharp', version = '0.35.0' }
47+
wit-bindgen-markdown = { path = 'crates/markdown', version = '0.35.0' }
48+
wit-bindgen-moonbit = { path = 'crates/moonbit', version = '0.35.0' }
49+
wit-bindgen = { path = 'crates/guest-rust', version = '0.35.0', default-features = false }
5050

5151
[[bin]]
5252
name = "wit-bindgen"

0 commit comments

Comments
 (0)