Skip to content

unpin zip and using MSRV-aware in CI#542

Merged
jmcnamara merged 2 commits into
tafia:masterfrom
Dirreke:patch-2
Aug 4, 2025
Merged

unpin zip and using MSRV-aware in CI#542
jmcnamara merged 2 commits into
tafia:masterfrom
Dirreke:patch-2

Conversation

@Dirreke
Copy link
Copy Markdown
Contributor

@Dirreke Dirreke commented Aug 2, 2025

Detailed in #527

Comment thread .github/workflows/rust.yml Outdated
steps:
- uses: actions/checkout@v4
- name: ensure dependencies
if: ${{ matrix.toolchain == '1.75' }}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would probably be better as:

if: ${{ matrix.toolchain < '1.85' }}

@jmcnamara
Copy link
Copy Markdown
Collaborator

Overall this looks good. One minor comment inline.

@jmcnamara jmcnamara merged commit c78b16d into tafia:master Aug 4, 2025
5 checks passed
@jmcnamara
Copy link
Copy Markdown
Collaborator

Merged. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants