Skip to content

Commit 22710ee

Browse files
committed
build: update toolchain to 2022-08-05
Signed-off-by: YdrMaster <[email protected]>
1 parent dea9b80 commit 22710ee

File tree

6 files changed

+51
-24
lines changed

6 files changed

+51
-24
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: '0 22 * * *' # every day at 22:00 UTC
88

99
env:
10-
rust_toolchain: nightly-2022-07-20
10+
rust_toolchain: nightly-2022-08-05
1111

1212
jobs:
1313
workspace:

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
pull_request:
66

77
env:
8-
rust_toolchain: nightly-2022-07-20
8+
rust_toolchain: nightly-2022-08-05
99

1010
jobs:
1111
doc:

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- cron: '0 22 * * *' # every day at 22:00 UTC
88

99
env:
10-
rust_toolchain: nightly-2022-07-20
10+
rust_toolchain: nightly-2022-08-05
1111
qemu_version: 7.0.0
1212

1313
jobs:

Cargo.lock

+46-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/for-developers.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,8 @@
2222

2323
仓库使用的工具链虽然是 nightly 的,但将伴随 stable 工具链的版本更新而更新。每当 stable 工具链更新,就将默认工具链更新到最接近最新 stable 的版本,周期约为 6 周。参考[版本信息网站](https://forge.rust-lang.org/)记录的最新稳定版分叉发生时间,使用对应的 nightly 即可。
2424

25-
下一次更新的版本为 1.63(2022-08-05),进行更新的日期为 2022 年 811 日。
25+
下一次更新的版本为 1.64(2022-08-05),进行更新的日期为 2022 年 922 日。
2626

27-
> 最新稳定版本是 1.62(2022-06-24)。但由于需要同时编译的 rboot 项目已经更新到了 2022-07-20,所以目前就保持这个版本。
28-
>
2927
> 本文档记录的预期更新时间将随着每次工具链更新而更新。
3028
3129
### 使用的不稳定特性

rust-toolchain.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
22
profile = "minimal"
3-
channel = "nightly-2022-07-20"
3+
channel = "nightly-2022-08-05"
44
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]

0 commit comments

Comments
 (0)