From 87ff04df03f868c9f60223b8110479e1cc50ead9 Mon Sep 17 00:00:00 2001 From: lemonsh Date: Sat, 16 Jul 2022 12:21:40 +0200 Subject: [PATCH] Bump version --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8645ffa..d62a18f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uberbot" -version = "0.1.0" +version = "0.2.0" edition = "2021" [profile.release] @@ -26,3 +26,5 @@ sedregex = "0.2" rusqlite = { version = "0.28", features = ["bundled"] } futures-util = "0.3" irc = { version = "0.15", default-features = false, features = ["tls-rust"] } +async-trait = "0.1" +arg = "0.3"