Skip to content

Commit

Permalink
Chore: Update to serenity 0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Jul 22, 2022
1 parent 69339e8 commit a85a1f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ version = "0.8"

[dependencies.serenity]
optional = true
version = "^0.10.2"
version = "0.11"
default-features = false
features = ["voice", "gateway"]

Expand Down
2 changes: 1 addition & 1 deletion examples/serenity/voice/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tracing-futures = "0.2"
path = "../../../"

[dependencies.serenity]
version = "0.10"
version = "0.11"
features = ["client", "standard_framework", "voice", "rustls_backend"]

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion examples/serenity/voice_events_queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ features = ["builtin-queue"]
path = "../../../"

[dependencies.serenity]
version = "0.10"
version = "0.11"
features = ["cache", "standard_framework", "voice", "rustls_backend"]

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion examples/serenity/voice_receive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tracing-futures = "0.2"
path = "../../../"

[dependencies.serenity]
version = "0.10"
version = "0.11"
features = ["client", "standard_framework", "voice", "rustls_backend"]

[dependencies.tokio]
Expand Down
2 changes: 1 addition & 1 deletion examples/serenity/voice_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tracing-futures = "0.2"
path = "../../../"

[dependencies.serenity]
version = "0.10"
version = "0.11"
features = ["cache", "framework", "standard_framework", "voice", "http", "rustls_backend"]

[dependencies.tokio]
Expand Down

0 comments on commit a85a1f0

Please sign in to comment.