Skip to content

Commit 4d46981

Browse files
authored
Update some witx Rust dependencies (#246)
Minor updates!
1 parent 068b282 commit 4d46981

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/witx/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ crate-type=["rlib"]
1717
anyhow = "1"
1818
log = "0.4"
1919
thiserror = "1.0"
20-
wast = { version = "9.0.0", default-features = false }
20+
wast = { version = "11.0.0", default-features = false }
2121

2222
[dev-dependencies]
2323
diff = "0.1.11"
24-
pretty_env_logger = "0.3"
24+
pretty_env_logger = "0.4"
2525
structopt = "0.3"

0 commit comments

Comments
 (0)