Commit Graph

20 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
Mario Rodas
22eb13d3ed pueue: fix build on darwin
Fixes #116175
2021-03-13 11:44:00 +00:00
R. RyanTM
3700bb62e5 pueue: 0.12.0 -> 0.12.1 2021-03-13 11:43:48 +00:00
R. RyanTM
3cde4d4261 pueue: 0.8.2 -> 0.12.0 2021-02-11 22:02:14 +00:00
R. RyanTM
a28c5bbfb4 pueue: 0.8.1 -> 0.8.2 2020-12-01 06:36:06 +00:00
Mario Rodas
42573fcf46 pueue: install zsh completions 2020-11-18 04:20:00 +00:00
Serg Nesterov
0e111847bc pueue: 0.7.1 -> 0.8.1 2020-10-26 00:24:00 +03:00
R. RyanTM
1673bc9c18 pueue: 0.6.1 -> 0.7.1 2020-07-31 07:25:13 +00:00
R. RyanTM
09e40bf5d1 pueue: 0.6.0 -> 0.6.1 2020-07-02 17:45:41 +00:00
R. RyanTM
3e2b8a19c0 pueue: 0.5.1 -> 0.6.0 2020-06-15 01:53:10 +00:00
R. RyanTM
232651e3b6 pueue: 0.5.0 -> 0.5.1 2020-06-06 16:47:27 +00:00
Mario Rodas
a52a066524
pueue: 0.4.0 -> 0.5.0 2020-05-16 04:20:00 -05:00
Mario Rodas
c960aaff86
pueue: 0.3.1 -> 0.4.0 2020-05-09 00:00:00 -05:00
R. RyanTM
aefa6aeb9e pueue: 0.3.0 -> 0.3.1 2020-05-04 05:07:01 +00:00
Mario Rodas
5452d07ab7
pueue: 0.2.1 -> 0.3.0
Changelog: https://github.com/Nukesor/pueue/releases/tag/v0.3.0
2020-04-03 04:20:00 -05:00
Mario Rodas
ab0379a69e
pueue: 0.1.6 -> 0.2.1 2020-03-25 18:00:00 -05:00
R. RyanTM
cd7765c587 pueue: 0.1.5 -> 0.1.6 2020-03-05 23:23:04 +00:00
Benjamin Hipple
02115d3fa1 pueue: upgrade cargo fetcher and cargoSha256 2020-02-29 10:38:32 -05: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
Mario Rodas
902878c4df
pueue: init at 0.1.5 2020-02-02 04:20:00 -05:00