Deps: Bump twilight versions -> [0.5, 0.7) (#87)

Includes two more small changes too small to warrant PRs.
1. Removes the `shard_count` parameter from `Songbird::twilight` & `Songbird::twilight_from_config` since the cluster contains it.
2. Drops the `Arc` wrapper around `Songbird` to match against an upcoming twilight 0.7 change
This commit is contained in:
Vilgot Fredenberg
2021-08-06 12:10:42 +02:00
committed by Kyle Simpson
parent 54e75bdc28
commit 1b0bcbb5f6
4 changed files with 74 additions and 61 deletions

View File

@@ -103,12 +103,12 @@ default-features = false
[dependencies.twilight-gateway]
optional = true
version = "0.5"
version = ">=0.5, <0.7"
default-features = false
[dependencies.twilight-model]
optional = true
version = "0.5"
version = ">=0.5, <0.7"
default-features = false
[dependencies.typemap_rev]