aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/release.yaml2
-rw-r--r--.github/workflows/rust.yaml2
-rw-r--r--rust-toolchain.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 1896a80..5963b3e 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -17,7 +17,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
- toolchain: nightly-2022-02-20
+ toolchain: nightly-2022-03-08
components: rustfmt, clippy
override: true
diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml
index 255beac..3c83956 100644
--- a/.github/workflows/rust.yaml
+++ b/.github/workflows/rust.yaml
@@ -23,7 +23,7 @@ jobs:
uses: actions-rs/toolchain@v1
with:
profile: minimal
- toolchain: nightly-2022-02-20
+ toolchain: nightly-2022-03-08
components: rustfmt, clippy
override: true
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
index 724c0ea..099ab4b 100644
--- a/rust-toolchain.toml
+++ b/rust-toolchain.toml
@@ -1,2 +1,2 @@
[toolchain]
-channel = "nightly-2022-02-20"
+channel = "nightly-2022-03-08"