Skip to content

Commit

Permalink
Merge pull request #36 from misalcedo/dependabot/cargo/wasmtime-1.0.0
Browse files Browse the repository at this point in the history
Update wasmtime requirement from 0.39.1 to 1.0.0
  • Loading branch information
misalcedo authored Sep 21, 2022
2 parents ff76780 + c53d534 commit 184c095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation = "https://docs.rs/wasm-ast"

[dev-dependencies]
criterion = "0.3"
wasmtime = "0.39.1"
wasmtime = "1.0.0"

[dependencies]
nom = { version = "7", optional = true }
Expand Down

0 comments on commit 184c095

Please sign in to comment.