Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase itertools dependency lower bound to 0.14.0 #3746

Merged
merged 1 commit into from
Jan 29, 2025

Conversation

mulkieran
Copy link
Member

No description provided.

@mulkieran mulkieran self-assigned this Jan 22, 2025
@mulkieran
Copy link
Member Author

Should succeed on rawhide, fail everywhere else.

@mulkieran mulkieran force-pushed the itertools-0.14 branch 3 times, most recently from 77796b1 to 5e726d9 Compare January 27, 2025 15:31
Copy link

Congratulations! One of the builds has completed. 🍾

You can install the built RPMs by following these steps:

  • sudo yum install -y dnf-plugins-core on RHEL 8
  • sudo dnf install -y dnf-plugins-core on Fedora
  • dnf copr enable packit/stratis-storage-stratisd-3746
  • And now you can install the packages.

Please note that the RPMs should be used only in a testing environment.

$ cargo add [email protected]
    Updating crates.io index
      Adding itertools v0.14.0 to optional dependencies
             Features:
             + 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]>
@mulkieran mulkieran marked this pull request as ready for review January 29, 2025 19:19
@mulkieran mulkieran merged commit fe19def into stratis-storage:master Jan 29, 2025
47 checks passed
@mulkieran mulkieran deleted the itertools-0.14 branch January 29, 2025 19:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant