Skip to content

Commit

Permalink
[build] make rayon feature default
Browse files Browse the repository at this point in the history
  • Loading branch information
wilhelmagren committed May 29, 2024
1 parent d7a8fad commit e936b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ futures = "0.3.30"
glob = "0.3.1"

[features]
default = []
default = [ "rayon" ]
rayon = [ "dep:rayon", "dep:atoi_simd" ]
nightly = []

0 comments on commit e936b89

Please sign in to comment.