mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-19 22:02:06 +00:00
feat(rust): Update to 1.65
This commit is contained in:
parent
dccd5c2b1a
commit
6c781025ae
@ -12,3 +12,4 @@ exclude = [
|
|||||||
debug = 1
|
debug = 1
|
||||||
incremental = true
|
incremental = true
|
||||||
lto = "off"
|
lto = "off"
|
||||||
|
panic = "abort"
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM rust:1.64 as router-builder
|
FROM rust:1.65 as router-builder
|
||||||
|
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ WORKDIR /usr/src/router
|
|||||||
|
|
||||||
RUN cargo install --path .
|
RUN cargo install --path .
|
||||||
|
|
||||||
FROM rust:1.64 as launcher-builder
|
FROM rust:1.65 as launcher-builder
|
||||||
|
|
||||||
WORKDIR /usr/src
|
WORKDIR /usr/src
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.64.0"
|
channel = "1.65.0"
|
||||||
components = ["rustfmt", "clippy"]
|
components = ["rustfmt", "clippy"]
|
Loading…
Reference in New Issue
Block a user