Skip to content
Open
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
46 changes: 40 additions & 6 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 kiln-build-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ md5 = "0.7"

# WAST test suite support
wast = "237.0"
wat = "1.232.0"
wat = "1.244.0"

# Internal Kiln crates
kiln-error = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions kiln-decoder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kiln-foundation = { workspace = true, default-features = false }
# Core dependencies
log = { version = "0.4", optional = true }
# WAT parsing (for testing)
wat = { version = "1.232.0", optional = true }
wat = { version = "1.244.0", optional = true }
# TOML configuration (for tooling)
toml = { version = "0.9", optional = true }
serde = { version = "1.0", features = ["derive"], optional = true }
Expand All @@ -33,7 +33,7 @@ criterion = "0.6"
tempfile = "3.27"
proptest = "1.4"
hex = "0.4"
wat = "1.232.0"
wat = "1.244.0"

[features]
default = []
Expand Down
Loading