Skip to content

Lock file seems to be missing checksums for some crates? #127

@lf-

Description

@lf-

See:

dotslash/Cargo.lock

Lines 676 to 684 in 3affd44

[[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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions