Skip to content

Commit ad56345

Browse files
committed
Removing irrelevent feature flag
1 parent 49ca53e commit ad56345

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "itertools"
3-
version = "0.10.5"
3+
version = "0.10.6"
44

55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/rust-itertools/itertools"
@@ -39,10 +39,9 @@ default-features = false
3939
version = "0.2"
4040

4141
[features]
42-
default = ["use_std", "const_generics"]
42+
default = ["use_std"]
4343
use_std = ["use_alloc", "either/use_std"]
4444
use_alloc = []
45-
const_generics = []
4645

4746
[profile]
4847
bench = { debug = true }

0 commit comments

Comments
 (0)