Skip to content

Commit

Permalink
Deps: Re-disable default Serenity features
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixMcFelix committed Nov 23, 2023
1 parent 3809616 commit cc53312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ rusty_pool = { optional = true, version = "0.7" }
serde = { version = "1", features = ["derive"] }
serde-aux = { optional = true, version = "4"}
serde_json = "1"
serenity = { optional = true, version = "0.12.0-rc", features = ["voice", "gateway"] }
serenity = { default-features = false, optional = true, version = "0.12.0-rc", features = ["voice", "gateway"] }
serenity-voice-model = { optional = true, version = "0.1" }
simd-json = { features = ["serde_impl"], optional = true, version = "0.13" }
socket2 = { optional = true, version = "0.5" }
Expand Down

0 comments on commit cc53312

Please sign in to comment.