Commit Graph
10 Commits
Author SHA1 Message Date
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
Milan 3a5ab43771 viu: 1.2.1 -> 1.3.0 (#112287) 2021-02-07 15:13:15 +01:00
R. RyanTM c589847526 viu: 1.1 -> 1.2.1 (#103582) 2020-11-12 12:06:52 +01:00
Milan Pässler 534ad6855a viu: 1.0 -> 1.1 2020-09-22 08:04:20 +02:00
zowoq 473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Milan 0880c9fe9d viu: 0.2.1 -> 1.0 (#84746) 2020-04-08 23:24:57 +02:00
Benjamin Hipple c580dfc0ce viu: upgrade cargo fetcher and cargoSha256 (#81240)
Infra upgrade as part of #79975; no functional change expected.
2020-02-29 12:49:19 +01: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
Will Dietz 624e970450 viu: 0.1 -> 0.2.1
https://github.com/atanunq/viu/releases/tag/v0.2.1
2019-05-09 12:33:59 -05:00
Milan Pässler b67e9f3958 viu: init at 0.1 2019-05-04 14:07:24 +02:00