diff --git a/Cargo.lock b/Cargo.lock index b25a548..800eadc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -875,7 +875,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rmq_monitor" -version = "0.1.1" +version = "0.2.0" dependencies = [ "anyhow 1.0.28 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 27fdd0b..730c5e8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rmq_monitor" -version = "0.1.1" +version = "0.2.0" authors = ["Rostislav Raykov "] edition = "2018" description = "A simple tool which monitors RabbitMQ and notifies via Slack (legacy webhooks) when certain thresholds are met"