Skip to content

Commit

Permalink
Update some witx Rust dependencies (WebAssembly#246)
Browse files Browse the repository at this point in the history
Minor updates!
  • Loading branch information
alexcrichton authored Mar 18, 2020
1 parent 068b282 commit 4d46981
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/witx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ crate-type=["rlib"]
anyhow = "1"
log = "0.4"
thiserror = "1.0"
wast = { version = "9.0.0", default-features = false }
wast = { version = "11.0.0", default-features = false }

[dev-dependencies]
diff = "0.1.11"
pretty_env_logger = "0.3"
pretty_env_logger = "0.4"
structopt = "0.3"

0 comments on commit 4d46981

Please sign in to comment.