Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
revert back to stable versions of songbird since the latest version a…
Browse files Browse the repository at this point in the history
…ddresses the disconnect issue
  • Loading branch information
shtrophic committed Apr 10, 2023
1 parent 5d7823e commit bbb5e2a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dab-rs"
version = "0.2.1"
version = "0.2.2"
edition = "2021"

[profile.release]
Expand Down Expand Up @@ -29,7 +29,7 @@ intl-memoizer = "*"
log = "*"
fern = { version = "*", features = ["colored"] }
chrono = "*"
songbird = { git = "https://github.com/serenity-rs/songbird.git" }
songbird = "*" # { git = "https://github.com/serenity-rs/songbird.git" }
url = "*"
config = "*"
async-trait = "*"
Expand Down

0 comments on commit bbb5e2a

Please sign in to comment.