summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2024-02-01 07:49:05 +0100
committerMatthias Beyer <mail@beyermatthias.de>2024-02-01 07:49:05 +0100
commitccb305a57562d8f1124f8d05f02149b7906453d2 (patch)
treef062fdebb5ee306324d13b98e4cc34442c5b8287
parent40ede3d24bee6ba1683dbe751e1b61b2b4f51ea0 (diff)
Execute tests on same toolchain as builds
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/workflows/msrv.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/msrv.yml b/.github/workflows/msrv.yml
index ca13beb..723c1ce 100644
--- a/.github/workflows/msrv.yml
+++ b/.github/workflows/msrv.yml
@@ -31,7 +31,7 @@ jobs:
- name: Install toolchain
uses: dtolnay/rust-toolchain@master
with:
- toolchain: 1.73.0
+ toolchain: 1.70.0
- name: Cache
uses: Swatinem/rust-cache@v2