From ff333178ef2536c36b5c9675b615e1305ab72d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Wed, 14 Feb 2024 22:30:41 -0800 Subject: [PATCH] chore: Release cacache version 13.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4c2481f..37eb9dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cacache" -version = "12.0.0" +version = "13.0.0" authors = ["Kat Marchán "] edition = "2021" description = "Content-addressable, key-value, high-performance, on-disk cache."