Skip to content

Commit dc7573a

Browse files
committed
Bump minimum Rust version in CI to 1.74
1 parent 1fa1dcc commit dc7573a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
thumbv6m-none-eabi,
5959
x86_64-pc-windows-gnu,
6060
]
61-
channel: [1.72.0, nightly]
61+
channel: [1.74.0, nightly]
6262
include:
6363
- os: macos-latest
6464
target: x86_64-apple-darwin
@@ -68,10 +68,10 @@ jobs:
6868
channel: nightly
6969
- os: macos-latest
7070
target: x86_64-apple-darwin
71-
channel: 1.72.0
71+
channel: 1.74.0
7272
- os: windows-latest
7373
target: x86_64-pc-windows-msvc
74-
channel: 1.72.0
74+
channel: 1.74.0
7575
- os: ubuntu-latest
7676
target: x86_64-unknown-linux-gnu
7777
channel: beta

0 commit comments

Comments
 (0)