Update twilight support to twilight 0.11 (#132)

* update twilight support to twilight 0.11

* rustfmt
This commit is contained in:
Erk
2022-05-25 20:11:57 +00:00
committed by Kyle Simpson
parent 4eb95d4b59
commit 69339e8d45
4 changed files with 10 additions and 13 deletions

View File

@@ -9,10 +9,10 @@ futures = "0.3"
tracing = "0.1"
tracing-subscriber = "0.2"
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
twilight-gateway = "0.10"
twilight-http = "0.10"
twilight-model = "0.10"
twilight-standby = "0.10"
twilight-gateway = "0.11"
twilight-http = "0.11"
twilight-model = "0.11"
twilight-standby = "0.11"
[dependencies.songbird]
default-features = false