Skip to content

Commit 5f2b442

Browse files
GH Actions Rust version: 1.87
1 parent 9e6783e commit 5f2b442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
jobs:
88
validate-version:
99
runs-on: ubuntu-latest
10-
container: rust:1.86-alpine
10+
# Cargo.toml has "rust-version" (MSRV) 1.86. However, tests need 1.87.
11+
container: rust:1.87-alpine
1112
steps:
1213
- name: Checkout code
1314
uses: actions/checkout@v4

0 commit comments

Comments
 (0)