Skip to content

Commit

Permalink
Merge pull request #14 from contentstech-com/patch-1
Browse files Browse the repository at this point in the history
Make "collections" feature optional
  • Loading branch information
vorner authored Nov 16, 2024
2 parents 3f63735 + 887f27b commit d1efb2a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ description = "Support for bumpalo in scoped threads & rayon"
bumpalo = "~3"

[dev-dependencies]
bumpalo = { version = "~3", features = ["collections"] }
bumpalo = "~3"
crossbeam-utils = "~0.8"
num_cpus = "~1"
rayon = "~1"

[features]
default = [
"bumpalo/collections", # Exists for backward compatibility. Please remove this line at 0.2.0 release.
]

0 comments on commit d1efb2a

Please sign in to comment.