Skip to content

Commit

Permalink
Temporarily disable imagehash
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Nov 10, 2023
1 parent 71e556e commit 3aa52b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

9 changes: 6 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ version = "5"
default-features = false

[dependencies.serenity_feature_only]
git = "https://github.com/serenity-rs/serenity"
git = "https://github.com/GnomedDev/serenity"
features = ["unstable_discord_api"]
default-features = false
package = "serenity"
branch = "next"
branch = "no-imagehash"

[dependencies.poise]
git = "https://github.com/serenity-rs/poise"
Expand All @@ -72,4 +72,7 @@ features = ["builtin-queue"]
branch = "next"

[patch.crates-io]
serenity = { git = "https://github.com/serenity-rs/serenity", branch = "next" }
serenity = { git = "https://github.com/GnomedDev/serenity", branch = "no-imagehash" }

[patch."https://github.com/serenity-rs/serenity"]
serenity = { git = "https://github.com/GnomedDev/serenity", branch = "no-imagehash" }

0 comments on commit 3aa52b4

Please sign in to comment.