diff --git a/Cargo.lock b/Cargo.lock index 487eceb..376f50e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -601,7 +601,7 @@ dependencies = [ [[package]] name = "monolith" -version = "2.3.0" +version = "2.3.1" dependencies = [ "assert_cmd 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "base64 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 76d687f..f3e6f32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "monolith" -version = "2.3.0" +version = "2.3.1" edition = "2018" authors = [ "Sunshine ",