Commit 6c781025 authored by OlivierDehaene's avatar OlivierDehaene
Browse files

feat(rust): Update to 1.65

parent dccd5c2b
...@@ -12,3 +12,4 @@ exclude = [ ...@@ -12,3 +12,4 @@ exclude = [
debug = 1 debug = 1
incremental = true incremental = true
lto = "off" lto = "off"
panic = "abort"
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 ...@@ -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
......
[toolchain] [toolchain]
channel = "1.64.0" channel = "1.65.0"
components = ["rustfmt", "clippy"] components = ["rustfmt", "clippy"]
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment