From 4a897a7b76d28c5d8facc238e3fcf188ddddd04e Mon Sep 17 00:00:00 2001 From: "Alex M. M" Date: Fri, 13 Nov 2020 15:07:29 +0100 Subject: [PATCH] Remove mentions of versions to Serenity git dependencies --- Cargo.toml | 2 -- 1 file changed, 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ace02c2f2..eb94fb692 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,13 +61,11 @@ optional = true features = ["voice", "gateway"] git = "https://github.com/serenity-rs/serenity" branch = "current" -version = "0.9.0" [dependencies.serenity-voice-model] optional = true git = "https://github.com/serenity-rs/serenity" branch = "current" -version = "0.10" [dependencies.spin_sleep] optional = true