From 4eb9049a1aff1a5889444b4803526d9a788aa346 Mon Sep 17 00:00:00 2001 From: jordan@doyle.la Date: Thu, 23 Jul 2020 15:18:22 +0100 Subject: [PATCH] Bump version to v1.0.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4c720d6..3832a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -141,7 +141,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bin" -version = "1.0.3" +version = "1.0.5" dependencies = [ "askama 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", "async-trait 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 4c458c0..c8336d6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bin" -version = "1.0.3" +version = "1.0.5" description = "a paste bin." repository = "https://github.com/w4/bin" license = "WTFPL OR 0BSD" -- libgit2 1.7.2