Commit graph

5 commits

Author SHA1 Message Date
Yureka f8cbc3c281 tree-wide: convert rust with git deps to importCargoLock 2023-03-26 01:52:04 +01:00
Theodore Ni 59aec3697e catfs: patch to compile using rust 1.65 2022-12-17 10:02:35 -08:00
Theodore Ni d7ec1a3251 catfs: unstable-2020-03-21 -> 0.9.0 2022-12-17 10:02:35 -08: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
Jonathan Ringer 69f31f3fe6
catfs: init at unstable-2020-03-21 2020-10-23 09:53:11 -07:00