From da1c9a5d2e28acfab0a9aded25bd586b3908340a Mon Sep 17 00:00:00 2001 From: hodasemi Date: Fri, 12 Jul 2019 08:57:21 +0200 Subject: [PATCH] Bump serenity version --- Cargo.toml | 25 ++----------------------- 1 file changed, 2 insertions(+), 23 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e1f6f58..405c66d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,26 +9,5 @@ typemap = "~0.3" serde_json = "*" rand = "0.6" rusqlite = { version = "*", features = ["bundled"] } - -[dependencies.serenity] -default-features = false -features = [ - "builder", - "cache", - "client", - "framework", - "gateway", - "model", - "standard_framework", - "utils", - "voice" -] -version = "0.5" -git = "https://github.com/hodasemi/serenity.git" -branch = "current" - -[dependencies.parking_lot] -version = "^0.5" - -[profile.dev] -codegen-units = 16 \ No newline at end of file +serenity = { version = "0.6", default-features = false, features = [ "builder", "cache", "client", "framework", "gateway", "model", "standard_framework", "utils", "voice", "rustls_backend"]} +parking_lot = { version = "*" }