Skip to content

Commit e936b89

Browse files
committed
[build] make rayon feature default
1 parent d7a8fad commit e936b89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ futures = "0.3.30"
6060
glob = "0.3.1"
6161

6262
[features]
63-
default = []
63+
default = [ "rayon" ]
6464
rayon = [ "dep:rayon", "dep:atoi_simd" ]
6565
nightly = []

0 commit comments

Comments
 (0)