Skip to content

Commit

Permalink
deps: Update wat to 1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Feb 26, 2020
1 parent 33a39ff commit 6d01fd4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ anyhow = "1.0.19"
target-lexicon = { version = "0.10.0", default-features = false }
pretty_env_logger = "0.3.0"
file-per-thread-logger = "0.1.1"
wat = "1.0.2"
wat = "1.0.10"
libc = "0.2.60"
rayon = "1.2.1"
wasm-webidl-bindings = "0.8"
Expand Down
2 changes: 1 addition & 1 deletion crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ wasi-common = { path = "../wasi-common", version = "0.12.0" }
pretty_env_logger = "0.3.0"
rayon = "1.2.1"
file-per-thread-logger = "0.1.1"
wat = "1.0"
wat = "1.0.10"
tempfile = "3.1"

[badges]
Expand Down
2 changes: 1 addition & 1 deletion crates/fuzzing/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ wasmprinter = "0.2.1"
wasmtime = { path = "../api", version = "0.12.0" }

[dev-dependencies]
wat = "1.0"
wat = "1.0.10"
2 changes: 1 addition & 1 deletion crates/lightbeam/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ more-asserts = "0.2.1"

[dev-dependencies]
lazy_static = "1.2"
wat = "1.0.2"
wat = "1.0.9"
quickcheck = "0.9.0"
anyhow = "1.0"

Expand Down
2 changes: 1 addition & 1 deletion crates/test-programs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pretty_env_logger = "0.3.0"
tempfile = "3.1.0"
os_pipe = "0.9"
anyhow = "1.0.19"
wat = "1.0.2"
wat = "1.0.10"

[features]
test_programs = []

0 comments on commit 6d01fd4

Please sign in to comment.