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 492ba79 commit 07ff867Copy full SHA for 07ff867
.github/workflows/ci.yml
@@ -73,7 +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
+ cargo update -p itertools@0.10 # 0.10 is broken
77
cargo hack check --all-features --ignore-private
78
- name: Check minimal versions with unstable features
79
env:
@@ -84,7 +84,7 @@ jobs:
84
85
86
87
88
89
90
deny:
0 commit comments