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"