--- a/.github/workflows/make-bench.yml +++ b/.github/workflows/make-bench.yml @@ -28,7 +28,7 @@ run: sudo apt install -y curl cmake make libssl-dev pkg-config libclang-dev clang protobuf-compiler - name: Install actual toolchain - uses: actions-rs/toolchain@v1.0.6 + uses: actions-rs/toolchain@v1.0.7 with: toolchain: ${{ env.RUST_TOOLCHAIN }} default: true