mirror of
https://github.com/eRgo35/lyra.git
synced 2026-02-04 04:16:11 +01:00
fix: version requirements for crates.io
This commit is contained in:
@@ -23,7 +23,7 @@ regex = "1.10.6"
|
|||||||
reqwest = { version = "0.11.27", features = ["json"] }
|
reqwest = { version = "0.11.27", features = ["json"] }
|
||||||
serde = { version = "1.0.204", features = ["derive"] }
|
serde = { version = "1.0.204", features = ["derive"] }
|
||||||
serde_json = "1.0.122"
|
serde_json = "1.0.122"
|
||||||
songbird = { version = "0.4.4", default-features = true, features = [
|
songbird = { version = "~0.4.3", default-features = true, features = [
|
||||||
"builtin-queue",
|
"builtin-queue",
|
||||||
], git = "https://github.com/eRgo35/songbird" }
|
], git = "https://github.com/eRgo35/songbird" }
|
||||||
serenity = { default-features = true, features = [
|
serenity = { default-features = true, features = [
|
||||||
|
|||||||
Reference in New Issue
Block a user