mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 04:14:52 +00:00
chore: bump ci rust version
This commit is contained in:
parent
09b7c26bbd
commit
d9ee73eea5
5
.github/workflows/tests.yaml
vendored
5
.github/workflows/tests.yaml
vendored
@ -33,7 +33,10 @@ jobs:
|
|||||||
- name: Install Rust
|
- name: Install Rust
|
||||||
uses: actions-rs/toolchain@v1
|
uses: actions-rs/toolchain@v1
|
||||||
with:
|
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
|
override: true
|
||||||
components: rustfmt, clippy
|
components: rustfmt, clippy
|
||||||
- name: Install Protoc
|
- name: Install Protoc
|
||||||
|
Loading…
Reference in New Issue
Block a user