diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e7c5fbd5..1b6eb17b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -105,7 +105,7 @@ jobs: toolchain: - stable - nightly - - 1.36.0 + - 1.51.0 features: - serde buildtype: @@ -242,7 +242,7 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: 1.36.0 + toolchain: 1.51.0 target: x86_64-unknown-linux-gnu override: true