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:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user