chore: bump ci rust version

This commit is contained in:
drbh 2024-02-08 13:07:13 -05:00
parent 09b7c26bbd
commit d9ee73eea5

View File

@ -33,7 +33,10 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.71.0
# Released on: 28 December, 2023
# Branched from master on: 10 November, 2023
# https://releases.rs/docs/1.75.0/
toolchain: 1.75.0
override: true
components: rustfmt, clippy
- name: Install Protoc