cacache-rs/src
Mohammed Alotaibi 761d71558a
fix(remove_fully): Remove the key content when set `remove_fully` to `true` (#63)
Fixes: https://github.com/zkat/cacache-rs/issues/61

BREAKING CHANGE: this is technically a fix, but maybe people didn't expect this.
2024-02-14 22:28:58 -08:00
..
content fix(sync): Added the feature flags for compilation without the async runtime. Fixes #64. (#65) 2024-02-12 09:55:58 -08:00
async_lib.rs feat(sync-only): add support for removing async runtime dependency altogether (#56) 2023-09-11 12:15:16 -07:00
errors.rs feat(errors): integrate miette and generally improve error reporting (#38) 2023-01-28 19:17:53 -08:00
get.rs fix(sync): Added the feature flags for compilation without the async runtime. Fixes #64. (#65) 2024-02-12 09:55:58 -08:00
index.rs fix(remove_fully): Remove the key content when set `remove_fully` to `true` (#63) 2024-02-14 22:28:58 -08:00
lib.rs feat(remove_fully): add option for remove cache entry (#54) 2023-10-07 12:39:30 -07:00
linkto.rs fix(sync): Added the feature flags for compilation without the async runtime. Fixes #64. (#65) 2024-02-12 09:55:58 -08:00
ls.rs feat(errors): integrate miette and generally improve error reporting (#38) 2023-01-28 19:17:53 -08:00
put.rs feat(sync-only): add support for removing async runtime dependency altogether (#56) 2023-09-11 12:15:16 -07:00
rm.rs feat(sync-only): add support for removing async runtime dependency altogether (#56) 2023-09-11 12:15:16 -07:00