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

@@ -88,12 +88,12 @@ default-features = false
[dependencies.twilight-gateway]
optional = true
version = ">=0.9.0, <0.11.0"
version = "0.11.0"
default-features = false
[dependencies.twilight-model]
optional = true
version = ">=0.9.0, <0.11.0"
version = "0.11.0"
default-features = false
[dependencies.typemap_rev]