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:
committed by
Kyle Simpson
parent
54e75bdc28
commit
1b0bcbb5f6
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user