diff --git a/croaring-sys/Cargo.toml b/croaring-sys/Cargo.toml index 85cee50..59405b1 100644 --- a/croaring-sys/Cargo.toml +++ b/croaring-sys/Cargo.toml @@ -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 diff --git a/croaring/Cargo.toml b/croaring/Cargo.toml index 03f5c23..a135dc5 100644 --- a/croaring/Cargo.toml +++ b/croaring/Cargo.toml @@ -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 = []