diff --git a/Cargo.lock b/Cargo.lock index 4ae0726189b418c03ba9a1cd0bcd24f44b7cec85..5ae7accfb5589ed60db014a3fb1aa8d12d65640c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -898,7 +898,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "medal" -version = "1.1.1" +version = "1.1.2" dependencies = [ "bcrypt 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "handlebars-iron 0.25.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 2010ce4a6f327239bc82917789e34b178c0bce8e..574ba0f8c0365e11f0ecd0d986986e9567c6187b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "medal" -version = "1.1.1" +version = "1.1.2" authors = ["Robert Czechowski ", "Daniel BrĂ¼ning "] description = "A simple online contest platform"