We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ca53e commit ad56345Copy full SHA for ad56345
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "itertools"
3
-version = "0.10.5"
+version = "0.10.6"
4
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/rust-itertools/itertools"
@@ -39,10 +39,9 @@ default-features = false
39
version = "0.2"
40
41
[features]
42
-default = ["use_std", "const_generics"]
+default = ["use_std"]
43
use_std = ["use_alloc", "either/use_std"]
44
use_alloc = []
45
-const_generics = []
46
47
[profile]
48
bench = { debug = true }
0 commit comments