From f596068172b3313450b453556a849033551486b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Mon, 11 Nov 2019 20:01:09 -0800 Subject: [PATCH] 6.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 63bb1aa..1b6ef09 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cacache" -version = "5.0.0" +version = "6.0.0" authors = ["Kat Marchán "] edition = "2018" description = "Content-addressable, key-value, high-performance, on-disk cache."