Skip to content

Commit bdf3e2d

Browse files
committed
ci: bump the toolchain version
Signed-off-by: TennyZhuang <zty0826@gmail.com>
1 parent 1c58b1e commit bdf3e2d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
thumbv6m-none-eabi,
5151
x86_64-pc-windows-gnu,
5252
]
53-
channel: [1.58.1, nightly]
53+
channel: [1.61.0, nightly]
5454
include:
5555
- os: macos-latest
5656
target: x86_64-apple-darwin
@@ -60,10 +60,10 @@ jobs:
6060
channel: nightly
6161
- os: macos-latest
6262
target: x86_64-apple-darwin
63-
channel: 1.58.1
63+
channel: 1.61.0
6464
- os: windows-latest
6565
target: x86_64-pc-windows-msvc
66-
channel: 1.58.1
66+
channel: 1.61.0
6767
- os: ubuntu-latest
6868
target: x86_64-unknown-linux-gnu
6969
channel: 1.56.1

0 commit comments

Comments
 (0)