Skip to content

Commit 24fd5b4

Browse files
Cargo wants wasmparser in different order
It's not clear to me how we ended up with the other order here -- hopefully this isn't an indicator of some form of instability in Cargo? But either order is fine...
1 parent 9a495ac commit 24fd5b4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5945,22 +5945,22 @@ dependencies = [
59455945

59465946
[[package]]
59475947
name = "wasmparser"
5948-
version = "0.233.0"
5948+
version = "0.232.0"
59495949
source = "registry+https://github.com/rust-lang/crates.io-index"
5950-
checksum = "b51cb03afce7964bbfce46602d6cb358726f36430b6ba084ac6020d8ce5bc102"
5950+
checksum = "917739b33bb1eb0e9a49bcd2637a351931be4578d0cc4d37b908d7a797784fbb"
59515951
dependencies = [
59525952
"bitflags",
5953-
"indexmap",
5954-
"semver",
59555953
]
59565954

59575955
[[package]]
59585956
name = "wasmparser"
5959-
version = "0.232.0"
5957+
version = "0.233.0"
59605958
source = "registry+https://github.com/rust-lang/crates.io-index"
5961-
checksum = "917739b33bb1eb0e9a49bcd2637a351931be4578d0cc4d37b908d7a797784fbb"
5959+
checksum = "b51cb03afce7964bbfce46602d6cb358726f36430b6ba084ac6020d8ce5bc102"
59625960
dependencies = [
59635961
"bitflags",
5962+
"indexmap",
5963+
"semver",
59645964
]
59655965

59665966
[[package]]

0 commit comments

Comments
 (0)