From 7fb373ce5b8579d78f3f249596f2d7bd788d68d7 Mon Sep 17 00:00:00 2001 From: Scott Haug Date: Mon, 27 Feb 2023 11:18:21 -0800 Subject: [PATCH] fix(feat): revert explicit version change --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 81e2ee4..590a3f3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cacache" -version = "11.2.0-alpha.0" +version = "11.1.1-alpha.0" authors = ["Kat Marchán "] edition = "2021" description = "Content-addressable, key-value, high-performance, on-disk cache."