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...
This commit is contained in:
parent
9a495acf88
commit
24fd5b4087
1 changed files with 9 additions and 9 deletions
18
Cargo.lock
18
Cargo.lock
|
|
@ -5943,6 +5943,15 @@ dependencies = [
|
|||
"serde",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmparser"
|
||||
version = "0.232.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "917739b33bb1eb0e9a49bcd2637a351931be4578d0cc4d37b908d7a797784fbb"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmparser"
|
||||
version = "0.233.0"
|
||||
|
|
@ -5954,15 +5963,6 @@ dependencies = [
|
|||
"semver",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wasmparser"
|
||||
version = "0.232.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "917739b33bb1eb0e9a49bcd2637a351931be4578d0cc4d37b908d7a797784fbb"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "wast"
|
||||
version = "233.0.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue