diff --git a/Cargo.lock b/Cargo.lock index ca1355d..5139aad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -874,7 +874,7 @@ dependencies = [ [[package]] name = "pastebucket" -version = "0.7.0" +version = "0.7.1" dependencies = [ "askama 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 3f9fd28..dd50df0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pastebucket" -version = "0.7.0" +version = "0.7.1" authors = ["rasul "] edition = "2018"