Skip to content

Commit 24c2d06

Browse files
authored
Merge pull request #39 from fluencelabs/renovate/wast-55.x
fix(deps): update rust crate wast to v55
2 parents cca420f + bdf9aeb commit 24c2d06

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/it-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ it-to-bytes = { path = "../to-bytes/", version = "0.1.0" }
1616
serde = { version = "1.0.152", features = ["derive", "rc"]}
1717

1818
nom = { version = "7.1", optional = true }
19-
wast = { version = "53.0", optional = true }
19+
wast = { version = "55.0", optional = true }
2020

2121
variant_count = "1.1"
2222

wasmer-it/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ it-lilo = { path = "../crates/it-lilo", version = "0.5.0" }
1414
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.4.0" }
1515

1616
nom = "7.1"
17-
wast = "53.0"
17+
wast = "55.0"
1818

1919
# `serde` is useful only to simplify the users' life. It is not
2020
# required by WIT itself, is is used to cross the boundary between the

0 commit comments

Comments
 (0)