3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2025-04-07 05:44:07 +00:00
rust-cache/src
Jiahao XU 715970feed
feat: Add hash of .cargo/config.toml to key (#149)
Also:
 - Add and use `sort_and_uniq` to make sure `globFile` resulting
   and `keyFiles` does not contain duplicates.
 - Only returns regular file in function `globFile`

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-06-18 10:12:25 +02:00
..
cleanup.ts fix: cache key stability (#142) 2023-05-18 22:48:40 +02:00
config.ts feat: Add hash of .cargo/config.toml to key (#149) 2023-06-18 10:12:25 +02:00
restore.ts fix: cache key stability (#142) 2023-05-18 22:48:40 +02:00
save.ts fix: cache key stability (#142) 2023-05-18 22:48:40 +02:00
utils.ts fix: cache key stability (#142) 2023-05-18 22:48:40 +02:00
workspace.ts avoid calling cargo metadata on pre-cleanup 2022-11-03 11:26:22 +01:00