Skip to content

Commit

Permalink
patch for DCs
Browse files Browse the repository at this point in the history
  • Loading branch information
cycle-five committed Aug 5, 2024
1 parent 75681eb commit 6af22ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ features = [
# git = "https://github.com/CycleFive/serenity"
#git = "https://github.com/serenity-rs/serenity"
version = "0.12"
#branch = "current"
# branch = "current"
default-features = false
features = [
"builder",
Expand Down Expand Up @@ -130,6 +130,10 @@ npm-scope = "@cracktunes"
# The archive format to use for windows builds (defaults .zip)
windows-archive = ".tar.gz"

[patch.crates-io.serenity-voice-model]
git = "https://github.com/serenity-rs/serenity"
branch = "current"

[profile.release]
incremental = true
# Set this to 1 or 2 to get more useful backtraces in debugger.
Expand Down

0 comments on commit 6af22ca

Please sign in to comment.