Merge pull request #82107 from bhipple/u/rust-cargo-svd2rust

svd2rust: upgrade cargo fetcher and cargoSha256
This commit is contained in:
Mario Rodas 2020-03-09 06:24:04 -05:00 committed by GitHub
commit fe08f01f26
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,10 +14,7 @@ buildRustPackage rec {
};
cargoPatches = [ ./cargo-lock.patch ];
# Delete this on next update; see #79975 for details
legacyCargoFetcher = true;
cargoSha256 = "03rfb8swxbcc9qm4mhxz5nm4b1gw7g7389wrdc91abxl4mw733ac";
cargoSha256 = "0n0xc8b982ra007l6gygssf1n60gfc2rphwyi7n95dbys1chciyg";
# doc tests fail due to missing dependency
doCheck = false;