Skip to content

Commit f7afcb3

Browse files
committed
ci: use rust-toolchain@stable instead of @1.85 in MSRV job
1 parent cc11d1b commit f7afcb3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- uses: actions/checkout@v6
118118

119119
- name: Install Rust toolchain (MSRV)
120-
uses: dtolnay/rust-toolchain@1.85
120+
uses: dtolnay/rust-toolchain@stable
121121

122122
- name: Cache cargo registry and build
123123
uses: actions/cache@v5

0 commit comments

Comments
 (0)