Skip to content

Commit

Permalink
Increase itertools dependency lower bound to 0.14.0
Browse files Browse the repository at this point in the history
$ 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
mulkieran committed Jan 22, 2025
1 parent faca72c commit 77796b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ version = "0.1.0"
optional = true

[dependencies.itertools]
version = "0.13.0"
version = "0.14"
optional = true

[dependencies.libblkid-rs]
Expand Down

0 comments on commit 77796b1

Please sign in to comment.