Skip to content

Commit

Permalink
Fix MSRV on the release PR workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
knutwalker committed Jul 21, 2024
1 parent e404ea2 commit 881084c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

env:
RUSTUP_TOOLCHAIN: stable
MSRV: 1.63.0
MSRV: 1.75.0

jobs:
make-release-pr:
Expand Down

0 comments on commit 881084c

Please sign in to comment.