summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-02-20 15:27:16 +0100
committerMatthias Beyer <mail@beyermatthias.de>2023-02-20 15:27:16 +0100
commiteedaa487ff01e0e3047b374c45061c241a0b197b (patch)
treecb7f6df83a13ca27f2ecc68a36692e70c070ae89
parent041259dc6daff131ac2bbbefb5584fdafe839856 (diff)
Update rust-toolchain: 1.60.0 -> 1.62.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/workflows/ci.yml8
-rw-r--r--rust-toolchain2
2 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 51e1d75..e7c857f 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.62.0
- stable
- beta
# - nightly
@@ -63,7 +63,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
- toolchain: 1.60.0
+ toolchain: 1.62.0
- run: rustup component add rustfmt
- name: cargo-fmt
uses: actions-rs/cargo@v1
@@ -78,7 +78,7 @@ jobs:
strategy:
matrix:
rust:
- - 1.60.0
+ - 1.62.0
- stable
- beta
# - nightly
@@ -105,7 +105,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
- toolchain: 1.60.0
+ toolchain: 1.62.0
override: true
- uses: swatinem/rust-cache@v2
- run: rustup component add clippy
diff --git a/rust-toolchain b/rust-toolchain
index 4d5fde5..76d0536 100644
--- a/rust-toolchain
+++ b/rust-toolchain
@@ -1 +1 @@
-1.60.0
+1.62.0