Skip to content

Commit

Permalink
Merge pull request #363 from YdrMaster/main
Browse files Browse the repository at this point in the history
build: update toolchain to 2022-08-05
  • Loading branch information
elliott10 authored Aug 12, 2022
2 parents dea9b80 + 22710ee commit 9b52c82
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: '0 22 * * *' # every day at 22:00 UTC

env:
rust_toolchain: nightly-2022-07-20
rust_toolchain: nightly-2022-08-05

jobs:
workspace:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
pull_request:

env:
rust_toolchain: nightly-2022-07-20
rust_toolchain: nightly-2022-08-05

jobs:
doc:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- cron: '0 22 * * *' # every day at 22:00 UTC

env:
rust_toolchain: nightly-2022-07-20
rust_toolchain: nightly-2022-08-05
qemu_version: 7.0.0

jobs:
Expand Down
63 changes: 46 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions docs/for-developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@

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

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

> 最新稳定版本是 1.62(2022-06-24)。但由于需要同时编译的 rboot 项目已经更新到了 2022-07-20,所以目前就保持这个版本。
>
> 本文档记录的预期更新时间将随着每次工具链更新而更新。
### 使用的不稳定特性
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
profile = "minimal"
channel = "nightly-2022-07-20"
channel = "nightly-2022-08-05"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]

0 comments on commit 9b52c82

Please sign in to comment.