From e79e2049ca89303974f86fb0638eae3a57eab322 Mon Sep 17 00:00:00 2001 From: Rostislav Raykov Date: Sun, 3 May 2020 23:02:57 +0200 Subject: [PATCH] Change version number to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"