This commit is contained in:
Kat Marchán 2019-06-09 11:00:04 -07:00
parent 5af622eb30
commit b537be1bf5
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -98,7 +98,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "cacache"
version = "0.1.0"
version = "0.2.0"
dependencies = [
"atomicwrites 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
"chownr 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "cacache"
version = "0.1.0"
version = "0.2.0"
authors = ["Kat Marchán <kzm@zkat.tech>"]
edition = "2018"
description = "Content-addressable, key-value, high-performance, on-disk cache."