Skip to content

Commit

Permalink
Deps: Bump twilight versions -> 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed May 16, 2021
1 parent 5eb6030 commit fc94ddb
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 @@ -103,12 +103,12 @@ default-features = false

[dependencies.twilight-gateway]
optional = true
version = "0.3"
version = "0.4"
default-features = false

[dependencies.twilight-model]
optional = true
version = "0.3"
version = "0.4"
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 @@ -10,10 +10,10 @@ tracing = "0.1"
tracing-subscriber = "0.2"
serde_json = { version = "1" }
tokio = { features = ["macros", "rt-multi-thread", "sync"], version = "1" }
twilight-gateway = "0.3"
twilight-http = "0.3"
twilight-model = "0.3"
twilight-standby = "0.3"
twilight-gateway = "0.4"
twilight-http = "0.4"
twilight-model = "0.4"
twilight-standby = "0.4"

[dependencies.songbird]
path = "../.."
Expand Down

0 comments on commit fc94ddb

Please sign in to comment.