Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
6c781025
Commit
6c781025
authored
Nov 14, 2022
by
OlivierDehaene
Browse files
feat(rust): Update to 1.65
parent
dccd5c2b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Cargo.toml
Cargo.toml
+1
-0
Dockerfile
Dockerfile
+2
-2
rust-toolchain.toml
rust-toolchain.toml
+1
-1
No files found.
Cargo.toml
View file @
6c781025
...
@@ -12,3 +12,4 @@ exclude = [
...
@@ -12,3 +12,4 @@ exclude = [
debug
=
1
debug
=
1
incremental
=
true
incremental
=
true
lto
=
"off"
lto
=
"off"
panic
=
"abort"
Dockerfile
View file @
6c781025
FROM
rust:1.6
4
as router-builder
FROM
rust:1.6
5
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.6
4
as launcher-builder
FROM
rust:1.6
5
as launcher-builder
WORKDIR
/usr/src
WORKDIR
/usr/src
...
...
rust-toolchain.toml
View file @
6c781025
[toolchain]
[toolchain]
channel
=
"1.6
4
.0"
channel
=
"1.6
5
.0"
components
=
[
"rustfmt"
,
"clippy"
]
components
=
[
"rustfmt"
,
"clippy"
]
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment