diff --git a/Cargo.lock b/Cargo.lock index 10f3361898c32ff121d96978c6a2381e45bf3d30..ef77e5fbbec8ba21ed71fa328d941206ee44ab9d 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 = "0.91.0" +version = "0.92.0" 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 9514a70985b0ad8330abddb9995af7f1684537ad..925e2cad86a0b15c6b6f75baecb3eec4c9f506ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "medal" -version = "0.91.0" +version = "0.92.0" authors = ["Robert Czechowski ", "Daniel BrĂ¼ning "] description = "A simple online contest platform"