Bump version

This commit is contained in:
jude 2024-12-06 19:05:31 +00:00
parent 1298aa2eb7
commit 4177c82d67
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -2966,7 +2966,7 @@ dependencies = [
[[package]]
name = "soundfx-rs"
version = "1.5.18"
version = "1.5.19"
dependencies = [
"axum",
"dashmap 6.1.0",
@ -3683,9 +3683,9 @@ dependencies = [
[[package]]
name = "tokio-stream"
version = "0.1.16"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [
"futures-core",
"pin-project-lite",

View File

@ -2,7 +2,7 @@
name = "soundfx-rs"
description = "Discord bot for custom sound effects and soundboards"
license = "AGPL-3.0-only"
version = "1.5.18"
version = "1.5.19"
authors = ["jellywx <judesouthworth@pm.me>"]
edition = "2018"