Browse Source
Daily update of wasm-smith (#2798)
Because apparently it's daily now!
pull/2799/head
Alex Crichton
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
Cargo.lock
-
crates/fuzzing/Cargo.toml
|
|
@ -3117,9 +3117,9 @@ dependencies = [ |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "wasm-smith" |
|
|
|
version = "0.4.3" |
|
|
|
version = "0.4.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "300164e6fa637089d32c89e4039803f4e7b0cf5e192afc900cc2be4076ecbf16" |
|
|
|
checksum = "a982408719f704307ac7f45247350f06ce739d759362ef8293ed7b4d922adee8" |
|
|
|
dependencies = [ |
|
|
|
"arbitrary", |
|
|
|
"indexmap", |
|
|
|
|
|
@ -18,7 +18,7 @@ wasmprinter = "0.2.25" |
|
|
|
wasmtime = { path = "../wasmtime" } |
|
|
|
wasmtime-wast = { path = "../wast" } |
|
|
|
wasm-encoder = "0.4.1" |
|
|
|
wasm-smith = "0.4.3" |
|
|
|
wasm-smith = "0.4.4" |
|
|
|
wasmi = "0.7.0" |
|
|
|
|
|
|
|
[dev-dependencies] |
|
|
|