Unverified Commit acd04391 authored by nikstur's avatar nikstur Committed by GitHub
Browse files

cargo-cyclonedx: fix rustc 1.90 error (#462996)

parents d6df00fc aedbe86f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -21,6 +21,10 @@ rustPlatform.buildRustPackage rec {

  cargoHash = "sha256-deczbMPeJsnmXbVB60stKhJJZRIIwjY5vExS3x3b6aU=";

  # Test suite is broken since rustc 1.90, see:
  # https://github.com/CycloneDX/cyclonedx-rust-cargo/issues/807
  doCheck = false;

  nativeBuildInputs = [
    pkg-config
  ];