From 61998fc8fd721433161dddb7bc1982e999f7c842 Mon Sep 17 00:00:00 2001 From: soqb Date: Mon, 21 Aug 2023 09:49:04 +0100 Subject: [PATCH] use correct rust version for lockstep CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 599cae28d..6f412db14 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -163,5 +163,5 @@ jobs: timeout-minutes: 45 steps: - uses: actions/checkout@v3 - - uses: dtolnay/rust-toolchain@1.56.0 + - uses: dtolnay/rust-toolchain@stable - run: cd test_suite/assert_lockstep && cargo run -- dummy_dependant