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 14, 2020
1 parent 0653fd9 commit e052de7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.9"
libc = "0.2.60"
rayon = "1.2.1"
wasm-webidl-bindings = "0.6"
Expand Down
4 changes: 2 additions & 2 deletions crates/api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cfg-if = "0.1.9"
backtrace = "0.3.42"
rustc-demangle = "0.1.16"
lazy_static = "1.4"
wat = { version = "1.0.7", optional = true }
wat = { version = "1.0.9", optional = true }

[target.'cfg(target_os = "windows")'.dependencies]
winapi = "0.3.7"
Expand All @@ -32,7 +32,7 @@ wasi-common = { path = "../wasi-common", version = "0.9.0" }
pretty_env_logger = "0.3.0"
rayon = "1.2.1"
file-per-thread-logger = "0.1.1"
wat = "1.0"
wat = "1.0.9"

[badges]
maintenance = { status = "actively-developed" }
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.9.0" }

[dev-dependencies]
wat = "1.0"
wat = "1.0.9"
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.9"

[features]
test_programs = []

0 comments on commit e052de7

Please sign in to comment.