Skip to content

Commit 191b593

Browse files
authored
Ignore itertools in minimal-versions (#131)
prost-derive allows an old version that contains a no-longer-allowed syntax.
1 parent c19a8f9 commit 191b593

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
cargo hack --remove-dev-deps --workspace
7474
# Update Cargo.lock to minimal version dependencies.
7575
cargo update -Z minimal-versions
76+
cargo update -p itertools # 0.10 is broken
7677
cargo hack check --all-features --ignore-private
7778
- name: Check minimal versions with unstable features
7879
env:
@@ -83,6 +84,7 @@ jobs:
8384
cargo hack --remove-dev-deps --workspace
8485
# Update Cargo.lock to minimal version dependencies.
8586
cargo update -Z minimal-versions
87+
cargo update -p itertools # 0.10 is broken
8688
cargo hack check --all-features --ignore-private
8789
8890
deny:

0 commit comments

Comments
 (0)