We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7da6645 commit eee94e1Copy full SHA for eee94e1
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "wasmparser"
3
-version = "0.31.0"
+version = "0.31.1"
4
authors = ["Yury Delendik <ydelendik@mozilla.com>"]
5
license = "Apache-2.0 WITH LLVM-exception"
6
repository = "https://github.com/yurydelendik/wasmparser.rs"
@@ -32,4 +32,4 @@ core = ["hashmap_core"]
32
33
[[bench]]
34
name = "benchmark"
35
-harness = false
+harness = false
0 commit comments