rust-cache/src
Jiahao XU be7377e68e
fix src/config.ts: Remove sort_object (#152)
Fixed #151

I've tried running manually load and parse `Cargo.lock` and it runs fine
until `sort_object` is called.

Since `Cargo.lock` is auto-generated and usually sorted, I think there
is no need for sorting.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
2023-06-27 08:55:56 +02:00
..
cleanup.ts fix: cache key stability (#142) 2023-05-18 22:48:40 +02:00
config.ts fix src/config.ts: Remove sort_object (#152) 2023-06-27 08:55:56 +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