diff --git a/Cargo.lock b/Cargo.lock index 6c6c03f..8411c84 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.2.7" +version = "2.3.0" dependencies = [ "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.2 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 852d100..57bfd97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.2.7" +version = "2.3.0" edition = "2018" authors = [ "Sunshine ",