Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/typed-wasm-codegen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ path = "src/bin/tw.rs"
# Pinned to match typed-wasm-verify's wasmparser line exactly; the wasm
# tooling 0.x series ships API breaks on minor bumps, so keep producer
# and verifier on the same locked version.
wasm-encoder = "=0.251.0"
wasm-encoder = "=0.252.0"
# WAT (text wasm) rendering for `tw build --emit wat` (Phase 1 deliverable 4, #125).
wasmprinter = "=0.252.0"
# The producer reuses the verifier's own carrier encoders so the emitted
Expand Down
2 changes: 1 addition & 1 deletion crates/typed-wasm-verify/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ wasmparser = "=0.251.0"
thiserror = "2"

[dev-dependencies]
wasm-encoder = "=0.251.0"
wasm-encoder = "=0.252.0"
Loading