diff --git a/Cargo.lock b/Cargo.lock index e4a08bb..bba7bf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [[package]] name = "alma" -version = "0.1.0" +version = "0.3.0" dependencies = [ "failure 0.1.3 (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 2fcd8dd..cfc3749 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "alma" -version = "0.1.0" +version = "0.3.0" authors = ["Roey Darwish Dror"] [dependencies]