Skip to content

Commit 57ef1a7

Browse files
committed
Remove unused feature, since we're doing a breaking change anyway
1 parent de8360e commit 57ef1a7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

croaring-sys/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ categories = ["no-std::no-alloc", "external-ffi-bindings", "data-structures"]
1313

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

2017
[lib]
2118
doctest = false

croaring/Cargo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ documentation = "https://docs.rs/croaring"
1313

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

0 commit comments

Comments
 (0)