Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit ba5c8ce

Browse files
bobyangyffacebook-github-bot
authored andcommitted
Update rust to nightly-2022-02-24
Reviewed By: stepancheg Differential Revision: D35600352 fbshipit-source-id: a3160243cacc34706ee39719c87ffc41a2b6dabc
1 parent cfe6012 commit ba5c8ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions-rs/toolchain@v1
1919
with:
20-
toolchain: nightly-2021-10-21
20+
toolchain: nightly-2022-02-24
2121
override: true
2222
components: clippy, rustfmt, rust-src, rustc-dev, llvm-tools-preview
2323
- run: cargo fmt -- --check

rust-toolchain

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2021-10-21"
2+
channel = "nightly-2022-02-24"
33
components = ["llvm-tools-preview","rustc-dev"]

0 commit comments

Comments
 (0)