Commit Graph

9 Commits

Author SHA1 Message Date
R. RyanTM
ae12ace63e b3sum: 0.3.8 -> 1.0.0 2021-07-25 18:32:16 +00:00
Vladyslav M
42d671a80d
b3sum: 0.3.7 -> 0.3.8 2021-05-28 22:40:23 +03:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Ivan Kozik
0ace9e28fe b3sum: 0.3.4 -> 0.3.7 2020-11-13 02:40:00 +00:00
Vladyslav M
f491313ff1
b3sum: 0.1.3 -> 0.3.4 2020-07-07 12:12:53 +03:00
Benjamin Hipple
362db40e0b b3sum: remove non-existent attribute
The attribute `verifyCargoDeps` is no longer defined in the rustPlatform helper;
it is now the default and always on as part of the improvements in #79975
2020-03-14 03:57:10 +00:00
Benjamin Hipple
6331093673
b3sum: upgrade cargo fetcher and cargoSha256 (#82086) 2020-03-08 21:06:25 -04:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Franz Pletz
41483340c4
b3sum: init at 0.1.3 2020-02-01 14:20:51 +01:00