Bump versions

This commit is contained in:
jude
2026-04-19 10:51:53 +01:00
parent 3388fe43f8
commit 7bc6ec78ea
3 changed files with 490 additions and 355 deletions
+2 -5
View File
@@ -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"]