From fc37ad990ab00856a902a58ce5d82fa26d958d90 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Mon, 2 Oct 2023 10:28:53 +0200 Subject: [PATCH] WIP try with 1.70.0 before reporting bug --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 21d38d5..4bba49d 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.71 + toolchain: 1.70.0 override: true - name: Installing dependency packages run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler @@ -32,7 +32,7 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - toolchain: 1.70 + toolchain: 1.70.0 override: true - name: Installing dependency packages run: sudo apt update && sudo apt install -y libxen-dev protobuf-compiler