From a3bd1906fdea3dcbc12379a4f7cb64bb3841a48d Mon Sep 17 00:00:00 2001 From: Michael Diamond Date: Sun, 6 Feb 2022 15:33:24 -0800 Subject: [PATCH] Release v0.5.2 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 06c7c43..b85d275 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "bkt" -version = "0.5.1" +version = "0.5.2" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index c05a9bd..fb09f05 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "bkt" # When updating the version number tag the commit in git # https://rust-lang.github.io/api-guidelines/documentation.html#release-notes-document-all-significant-changes-c-relnotes -version = "0.5.1" +version = "0.5.2" authors = ["Michael Diamond "] description = "CLI and Rust library for caching subprocess invocations" repository = "http://github.com/dimo414/bkt"