diff --git a/Cargo.lock b/Cargo.lock index 0a0f1a5..0cd4f8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -47,7 +47,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "bs-telegram-bot" -version = "0.5.4" +version = "0.5.5" dependencies = [ "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 950378d..8c41f3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bs-telegram-bot" -version = "0.5.4" +version = "0.5.5" authors = ["Pig Fang "] edition = "2018" publish = false