From 8f0108804590d58bf3d02ea946923c84e5f700d5 Mon Sep 17 00:00:00 2001 From: ace Date: Sat, 31 Jul 2021 23:14:44 +0300 Subject: [PATCH] cleanup --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e352523..46727d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,6 @@ octocrab = "0.8" tokio = { version = "1", features = ["full"] } futures = "0.3" clap = "3.0.0-beta.2" -#telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot", rev = "07a9f9a1c76eaab2259bdc6241691187a46d69d1" } telegram-bot = { git = "https://github.com/telegram-rs/telegram-bot", rev = "65ad5cfd578e9a1260ce6daac714eb2153c0bec7" } log = "0.4" stderrlog = "0.5"