From 46e4203b86db458f3269edc9fd6693399088e695 Mon Sep 17 00:00:00 2001 From: rasul Date: Sat, 1 Feb 2020 20:04:07 -0600 Subject: [PATCH] v0.7.1 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"