Skip to content

Commit

Permalink
Sync wasm-tools dependencies (#4370)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda authored Dec 19, 2024
1 parent e464ba3 commit e09c6fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/externref-xform/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ wasm-bindgen-wasm-conventions = { path = "../wasm-conventions", version = "=0.2.
rayon = "1.0"
wasmprinter = "0.214"
wast = "214"
wat = "1.0"
wat = "~1.214"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion crates/wasm-conventions/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ walrus = "0.23"
# Matching the version `walrus` depends on.
anyhow = "1.0"
log = "0.4"
wasmparser = "0.212"
wasmparser = "0.214"

[lints]
workspace = true

0 comments on commit e09c6fa

Please sign in to comment.