Remove mentions of versions to Serenity git dependencies
This commit is contained in:
@@ -61,13 +61,11 @@ optional = true
|
|||||||
features = ["voice", "gateway"]
|
features = ["voice", "gateway"]
|
||||||
git = "https://github.com/serenity-rs/serenity"
|
git = "https://github.com/serenity-rs/serenity"
|
||||||
branch = "current"
|
branch = "current"
|
||||||
version = "0.9.0"
|
|
||||||
|
|
||||||
[dependencies.serenity-voice-model]
|
[dependencies.serenity-voice-model]
|
||||||
optional = true
|
optional = true
|
||||||
git = "https://github.com/serenity-rs/serenity"
|
git = "https://github.com/serenity-rs/serenity"
|
||||||
branch = "current"
|
branch = "current"
|
||||||
version = "0.10"
|
|
||||||
|
|
||||||
[dependencies.spin_sleep]
|
[dependencies.spin_sleep]
|
||||||
optional = true
|
optional = true
|
||||||
|
|||||||
Reference in New Issue
Block a user