Skip to content

Commit

Permalink
Disable simdjson to investigate decoding errors
Browse files Browse the repository at this point in the history
  • Loading branch information
GnomedDev committed Nov 10, 2023
1 parent 2d00588 commit 71e556e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 156 deletions.
154 changes: 0 additions & 154 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
Expand Up @@ -56,7 +56,7 @@ default-features = false

[dependencies.serenity_feature_only]
git = "https://github.com/serenity-rs/serenity"
features = ["unstable_discord_api", "simd-json"]
features = ["unstable_discord_api"]
default-features = false
package = "serenity"
branch = "next"
Expand All @@ -68,7 +68,7 @@ branch = "serenity-next"

[dependencies.songbird]
git = "https://github.com/serenity-rs/songbird"
features = ["builtin-queue", "simd-json"]
features = ["builtin-queue"]
branch = "next"

[patch.crates-io]
Expand Down

0 comments on commit 71e556e

Please sign in to comment.