Skip to content

Commit

Permalink
Remove rayon feature.
Browse files Browse the repository at this point in the history
  • Loading branch information
FireMasterK committed Nov 20, 2023
1 parent 2abd43b commit 830363c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ rgb = { version = "0.8.37", optional = true }

once_cell = "1.18.0"
regex = "1.10.2"
blake3 = { version = "1.5.0", features = ["rayon"], optional = true }
blake3 = { version = "1.5.0", optional = true }

[features]
default = ["webp", "mimalloc", "reqwest-rustls", "qhash"]
Expand Down

0 comments on commit 830363c

Please sign in to comment.