From d5aa0f941959bf905fb94b7c661c087a7476f08c Mon Sep 17 00:00:00 2001 From: Temirkhan Myrzamadi Date: Tue, 25 Feb 2020 03:05:15 +0600 Subject: [PATCH] Update Cargo.toml to v0.2.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b424f609..b91e95e0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide" -version = "0.1.0" +version = "0.2.0" edition = "2018" description = "An elegant Telegram bots framework for Rust" repository = "https://github.com/teloxide/teloxide"