diff --git a/Cargo.lock b/Cargo.lock index 6bdf691..46c68af 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [[package]] name = "alma" -version = "0.4.0" +version = "0.5.0" dependencies = [ "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index bae309d..1494288 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alma" -version = "0.4.0" +version = "0.5.0" authors = ["Roey Darwish Dror"] edition = "2018"