Skip to content

Commit

Permalink
ci: tweak pinned version in CI
Browse files Browse the repository at this point in the history
We don't change our MSRV since someone can still use bstr with an older
version of memchr, but I'm not keen on doing the work required to test
this properly.
  • Loading branch information
BurntSushi committed Sep 21, 2023
1 parent aadd646 commit c3d68da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
include:
- build: pinned
os: ubuntu-latest
rust: 1.60.0
rust: 1.61.0
- build: stable
os: ubuntu-latest
rust: stable
Expand Down

0 comments on commit c3d68da

Please sign in to comment.