Commit Graph

6 Commits

Author SHA1 Message Date
figsoda
a53f1b94cc cargo-cross: 0.2.4 -> 0.2.5
Diff: https://github.com/cross-rs/cross/compare/refs/tags/v0.2.4...v0.2.5

Changelog: https://github.com/cross-rs/cross/blob/v0.2.5/CHANGELOG.md
2023-02-25 23:54:35 -05:00
figsoda
a211d94291 treewide: remove attrPath from nix-update-script calls
after https://github.com/Mic92/nix-update/pull/120 and https://github.com/NixOS/nixpkgs/pull/207703, `attrPath` can now be omitted when using `nix-update-script`
2022-12-26 12:39:21 -05:00
Otavio Salvador
bc16c27248 cargo-cross: 0.2.1 -> 0.2.4
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2022-07-14 17:19:15 -03:00
figsoda
e1768bdbfd cargo-cross: set meta.mainProgram 2021-09-20 12:41:38 -04: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
Otavio Salvador
dd5d726be3 cargo-cross: init at 0.2.1
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
2021-03-03 22:12:16 -03:00