Bump version to v1.0.5

This commit is contained in:
jordan@doyle.la 2020-07-23 15:18:22 +01:00
parent 54f531a0a8
commit 4eb9049a1a
No known key found for this signature in database
GPG Key ID: 1EA6BAE6F66DC49A
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -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)",

View File

@ -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"