cargo/tests
Weihang Lo c60c06585c
fix: clear cache for old .cargo-ok format
In 1.71, `.cargo-ok` changed to contain a JSON `{ v: 1 }` to indicate
the version of it. A failure of parsing will result in a heavy-hammer
approach that unpacks the `.crate` file again. This is in response to a
security issue that the unpacking didn't respect umask on Unix systems.
2023-08-03 13:42:54 +01:00
..
build-std Add requirements to cargo_test. 2022-07-30 19:36:58 -07:00
testsuite fix: clear cache for old .cargo-ok format 2023-08-03 13:42:54 +01:00