Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increase itertools dependency lower bound to 0.14.0
$ cargo add [email protected] Updating crates.io index Adding itertools v0.14 to optional dependencies Features as of v0.14.0: + use_alloc + use_std Updating crates.io index Locking 1 package to latest compatible version Updating itertools v0.13.0 -> v0.14.0 $ cargo info [email protected] itertools #iterator #data-structure #zip #product Extra iterator adaptors, iterator methods, free functions, and macros. version: 0.14.0 license: MIT OR Apache-2.0 rust-version: 1.63.0 documentation: https://docs.rs/itertools/ repository: https://github.com/rust-itertools/itertools crates.io: https://crates.io/crates/itertools/0.14.0 features: +default = [use_std] use_alloc = [] use_std = [use_alloc, either/use_std] Signed-off-by: mulhern <[email protected]>
- Loading branch information