Skip to content

Commit 8966757

Browse files
committed
Reverting version number change
1 parent 17ebd55 commit 8966757

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

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

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

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

4647
[profile]
4748
bench = { debug = true }

0 commit comments

Comments
 (0)