From 61d48c0c526e0411a0331679d9451313273e8258 Mon Sep 17 00:00:00 2001 From: SplittyDev Date: Mon, 29 Apr 2024 22:22:30 +0700 Subject: [PATCH] Bump version to `0.5.0` --- Cargo.lock | 2 +- bincache/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4020e5b..f2e3ef7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -243,7 +243,7 @@ dependencies = [ [[package]] name = "bincache" -version = "0.4.3" +version = "0.5.0" dependencies = [ "async-compression", "async-std", diff --git a/bincache/Cargo.toml b/bincache/Cargo.toml index 83f0684..93fa295 100644 --- a/bincache/Cargo.toml +++ b/bincache/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bincache" -version = "0.4.3" +version = "0.5.0" edition = "2021" description = "ZitaneLabs binary cache." authors.workspace = true