We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cdd8d2 commit 73ded4eCopy full SHA for 73ded4e
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "itertools"
4
-version = "0.4.17"
+version = "0.4.18"
5
6
license = "MIT/Apache-2.0"
7
repository = "https://github.com/bluss/rust-itertools"
README.rst
@@ -39,6 +39,14 @@ How to contribute:
39
Recent Changes
40
--------------
41
42
+- 0.4.18
43
+
44
+ - Only changes related to the "unstable" crate feature. This feature is more
45
+ or less deprecated.
46
47
+ - Use deprecated warnings when unstable is enabled. .enumerate_from() will
48
+ be removed imminently since it's using a deprecated libstd trait.
49
50
- 0.4.17
51
52
- Fix bug in .kmerge() that caused it to often produce the wrong order (#134)
0 commit comments