diff --git a/Cargo.lock b/Cargo.lock index 713edac..06c7c43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -32,7 +32,7 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" [[package]] name = "bkt" -version = "0.5.0" +version = "0.5.1" dependencies = [ "anyhow", "bincode", diff --git a/Cargo.toml b/Cargo.toml index 754d5ce..c05a9bd 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.0" +version = "0.5.1" authors = ["Michael Diamond "] description = "CLI and Rust library for caching subprocess invocations" repository = "http://github.com/dimo414/bkt"