Skip to content

Commit

Permalink
Remove unused feature, since we're doing a breaking change anyway
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Emann committed Jun 19, 2024
1 parent de8360e commit 57ef1a7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions croaring-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ categories = ["no-std::no-alloc", "external-ffi-bindings", "data-structures"]

[features]
default = []
# This feature is now a no-op, but we keep it for backwards compatibility
# pre-built bindgen is _always_ used
buildtime_bindgen = []

[lib]
doctest = false
Expand Down
3 changes: 0 additions & 3 deletions croaring/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ documentation = "https://docs.rs/croaring"

[features]
default = ["std"]
# This feature is now a no-op, but we keep it for backwards compatibility
# pre-built bindgen is _always_ used
buildtime_bindgen = []
# Include alloc to get features that depend on an allocator (treemap, serializing to vec, etc)
# enabled by default
alloc = []
Expand Down

0 comments on commit 57ef1a7

Please sign in to comment.