From 35a09fe9611f5fd1e8d0b269fa286090284c780f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 18 Jul 2020 10:46:31 -0700 Subject: [PATCH] 8.0.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0bde7f5..b9cbf15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cacache" -version = "7.0.0" +version = "8.0.0" authors = ["Kat Marchán "] edition = "2018" description = "Content-addressable, key-value, high-performance, on-disk cache."