Skip to content

Commit 65e6ca2

Browse files
committed
ci: bump pinned version to Rust 1.70
Dependencies are using features that require a newer Rust. Since this crate doesn't have an MSRV policy, I'm just going to bump the pinned version in CI to `{latest} - 2` and move on with my life.
1 parent 5c5d720 commit 65e6ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
include:
2424
- build: pinned
2525
os: ubuntu-latest
26-
rust: 1.60.0
26+
rust: 1.70.0
2727
- build: stable
2828
os: ubuntu-latest
2929
rust: stable

0 commit comments

Comments
 (0)