Bump versions
This commit is contained in:
Generated
+488
-349
File diff suppressed because it is too large
Load Diff
+2
-5
@@ -2,12 +2,12 @@
|
||||
name = "soundfx-rs"
|
||||
description = "Discord bot for custom sound effects and soundboards"
|
||||
license = "AGPL-3.0-only"
|
||||
version = "1.5.20"
|
||||
version = "1.5.22"
|
||||
authors = ["jellywx <judesouthworth@pm.me>"]
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
songbird = { git = "https://github.com/beerpsi-forks/songbird.git", branch = "davey", features = ["builtin-queue"] }
|
||||
songbird = { version = "0.6.0", features = ["builtin-queue"] }
|
||||
poise = "0.6.1"
|
||||
sqlx = { version = "0.7", default-features = false, features = ["runtime-tokio-rustls", "macros", "mysql", "bigdecimal", "migrate"] }
|
||||
tokio = { version = "1", features = ["fs", "process", "io-util", "rt-multi-thread"] }
|
||||
@@ -21,9 +21,6 @@ dotenv = "0.15"
|
||||
prometheus = { version = "0.13", optional = true }
|
||||
axum = { version = "0.7", optional = true }
|
||||
|
||||
[patch."https://github.com/serenity-rs/serenity.git"]
|
||||
serenity-voice-model = { path = "vendor/serenity/voice-model" }
|
||||
|
||||
[dependencies.symphonia]
|
||||
version = "0.5"
|
||||
features = ["ogg"]
|
||||
|
||||
Vendored
-1
Submodule vendor/serenity deleted from c4f417f196
Reference in New Issue
Block a user