See:
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
dependencies = [ |
|
"once_cell", |
|
"wasm-bindgen", |
|
] |
|
|
Affected crates:
- js-sys 0.3.94
- wasm-bindgen 0.2.117
- wasm-bindgen-macro 0.2.117
- wasm-bindgen-macro-support 0.2.117
- wasm-bindgen-shared 0.2.117
- web-sys 0.3.94
This is troublesome as it breaks the ability of Nix to fetch the package's sources, since it expects to have checksums for all crates. I'm not sure why Cargo did this (or whatever internal tooling was responsible in reality) did this.
See:
dotslash/Cargo.lock
Lines 676 to 684 in 3affd44
Affected crates:
This is troublesome as it breaks the ability of Nix to fetch the package's sources, since it expects to have checksums for all crates. I'm not sure why Cargo did this (or whatever internal tooling was responsible in reality) did this.