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 c19a8f9 commit 191b593Copy full SHA for 191b593
.github/workflows/ci.yml
@@ -73,6 +73,7 @@ jobs:
73
cargo hack --remove-dev-deps --workspace
74
# Update Cargo.lock to minimal version dependencies.
75
cargo update -Z minimal-versions
76
+ cargo update -p itertools # 0.10 is broken
77
cargo hack check --all-features --ignore-private
78
- name: Check minimal versions with unstable features
79
env:
@@ -83,6 +84,7 @@ jobs:
83
84
85
86
87
88
89
90
deny:
0 commit comments