Skip to content

Commit 0b439cf

Browse files
authored
Merge pull request #8 from dhil/wasmfx-merge
Merge with upstream
2 parents a0483a0 + 0a3a277 commit 0b439cf

File tree

11 files changed

+358
-396
lines changed

11 files changed

+358
-396
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ version = "0.24.0"
2323
[workspace.dependencies]
2424
anyhow = "1.0.72"
2525
bitflags = "2.3.3"
26-
heck = { version = "0.4", features = ["unicode"] }
26+
heck = { version = "0.5" }
2727
pulldown-cmark = { version = "0.9", default-features = false }
2828
clap = { version = "4.3.19", features = ["derive"] }
2929
indexmap = "2.0.0"
3030

31-
wasmparser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.202.0" }
32-
wasm-metadata = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.202.0" }
33-
wasm-encoder = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.202.0" }
34-
wit-parser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.202.0" }
35-
wit-component = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.202.0" }
31+
wasmparser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.205.0" }
32+
wasm-metadata = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.205.0" }
33+
wasm-encoder = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.205.0" }
34+
wit-parser = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.205.0" }
35+
wit-component = { git = "https://github.com/wasmfx/wasmfx-tools", tag = "v1.205.0" }
3636

3737
wit-bindgen-core = { path = 'crates/core', version = '0.24.0' }
3838
wit-bindgen-c = { path = 'crates/c', version = '0.24.0' }

crates/core/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ doctest = false
1717
[dependencies]
1818
wit-parser = { workspace = true }
1919
anyhow = { workspace = true }
20+
heck = { workspace = true }

0 commit comments

Comments
 (0)