Skip to content

Commit 588082b

Browse files
committed
chore: bump rust toolchain version to 1.74
Signed-off-by: peefy <[email protected]>
1 parent bd94492 commit 588082b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install rust nightly toolchain
2222
uses: actions-rs/toolchain@v1
2323
with:
24-
toolchain: 1.73
24+
toolchain: 1.74
2525
override: true
2626
components: clippy, rustfmt
2727
- name: Rust code test
@@ -112,7 +112,7 @@ jobs:
112112
- name: Install rust nightly toolchain
113113
uses: actions-rs/toolchain@v1
114114
with:
115-
toolchain: 1.73
115+
toolchain: 1.74
116116
override: true
117117
components: clippy, rustfmt
118118

0 commit comments

Comments
 (0)