diff --git a/.github/workflows/bvt.yaml b/.github/workflows/bvt.yaml index 3b97767..819ff6e 100644 --- a/.github/workflows/bvt.yaml +++ b/.github/workflows/bvt.yaml @@ -1,7 +1,7 @@ name: BVT on: [pull_request] env: - RUST_VERSION: 1.85.1 + RUST_VERSION: 1.90.0 jobs: build: name: Build @@ -35,4 +35,3 @@ jobs: - run: rustup install ${{ env.RUST_VERSION }} && rustup default ${{ env.RUST_VERSION }} - run: make test -