Chore: Release v0.3

This commit is contained in:
Kyle Simpson
2022-07-22 16:11:12 +01:00
parent 865c75f3c3
commit 6c6ffa7ca8
2 changed files with 85 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ license = "ISC"
name = "songbird"
readme = "README.md"
repository = "https://github.com/serenity-rs/songbird.git"
version = "0.2.2"
version = "0.3.0"
[dependencies]
derivative = "2"
@@ -50,7 +50,7 @@ version = "0.4"
# Temporary hack to pin MSRV.
[dependencies.flume]
optional = true
version = "<0.10.12"
version = "0.10"
[dependencies.futures]
version = "0.3"