Upgrading rust version.

This commit is contained in:
Nicolas Patry 2023-07-31 10:08:15 +02:00
parent f29e3d7d34
commit 760fdcfe7b
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0
toolchain: 1.71.0
override: true
components: rustfmt, clippy
- name: Install Protoc

View File

@ -1,5 +1,5 @@
# Rust builder
FROM lukemathwalker/cargo-chef:latest-rust-1.70 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.71 AS chef
WORKDIR /usr/src
ARG CARGO_REGISTRIES_CRATES_IO_PROTOCOL=sparse