mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-06-04 16:32:13 +00:00
misc: update to rust 1.69 (#221)
This commit is contained in:
parent
4b460e72fb
commit
97df0c7bc0
@ -1,5 +1,5 @@
|
||||
# Rust builder
|
||||
FROM lukemathwalker/cargo-chef:latest-rust-1.67 AS chef
|
||||
FROM lukemathwalker/cargo-chef:latest-rust-1.69 AS chef
|
||||
WORKDIR /usr/src
|
||||
|
||||
FROM chef as planner
|
||||
|
@ -1,3 +1,3 @@
|
||||
[toolchain]
|
||||
channel = "1.67.0"
|
||||
channel = "1.69.0"
|
||||
components = ["rustfmt", "clippy"]
|
Loading…
Reference in New Issue
Block a user