Chore: Fixup examples, bump version pre-push

Takes the chance to bring shared deps into the example workspace while we're here. Release notes, tags etc will follow in time.
This commit is contained in:
Kyle Simpson
2023-11-27 21:16:53 +00:00
parent 1ec569baf2
commit 22ceb175b6
11 changed files with 59 additions and 68 deletions

View File

@@ -11,7 +11,7 @@ name = "songbird"
readme = "README.md"
repository = "https://github.com/serenity-rs/songbird.git"
rust-version = "1.74"
version = "0.4.0-rc-2"
version = "0.4.0"
[dependencies]
async-trait = { optional = true, version = "0.1" }
@@ -36,8 +36,8 @@ rusty_pool = { optional = true, version = "0.7" }
serde = { version = "1", features = ["derive"] }
serde-aux = { optional = true, version = "4"}
serde_json = "1"
serenity = { default-features = false, optional = true, version = "0.12.0-rc", features = ["voice", "gateway"] }
serenity-voice-model = { optional = true, version = "0.1" }
serenity = { default-features = false, optional = true, version = "0.12.0", features = ["voice", "gateway"] }
serenity-voice-model = { optional = true, version = "0.2" }
simd-json = { features = ["serde_impl"], optional = true, version = "0.13" }
socket2 = { optional = true, version = "0.5" }
streamcatcher = { optional = true, version = "1" }