Skip to content

Commit

Permalink
Gateway: Twilight v0.10 support (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix authored Mar 14, 2022
1 parent c8b3b0e commit fc6b358
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ default-features = false

[dependencies.twilight-gateway]
optional = true
version = "0.9"
version = ">=0.9.0, <0.11.0"
default-features = false

[dependencies.twilight-model]
optional = true
version = "0.9"
version = ">=0.9.0, <0.11.0"
default-features = false

[dependencies.typemap_rev]
Expand Down
8 changes: 4 additions & 4 deletions examples/twilight/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.9"
twilight-http = "0.9"
twilight-model = "0.9"
twilight-standby = "0.9"
twilight-gateway = "0.10"
twilight-http = "0.10"
twilight-model = "0.10"
twilight-standby = "0.10"

[dependencies.songbird]
default-features = false
Expand Down

0 comments on commit fc6b358

Please sign in to comment.