Skip to content

Commit

Permalink
chore: rust 1.76.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alw3ys committed Feb 12, 2024
1 parent 63622c9 commit f065347
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM rust:1.74.1 as builder
FROM rust:1.76.0 as builder

ENV SQLX_OFFLINE=true

Expand All @@ -15,7 +15,7 @@ RUN --mount=type=cache,target=target cp target/release/doseid release/doseid
RUN --mount=type=cache,target=target cp target/release/dctl release/dctl
RUN --mount=type=cache,target=target cp target/release/proxy release/proxy

FROM rust:1.74.1
FROM rust:1.76.0

RUN apt-get update && apt-get install -y python3.11-dev

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.74.1"
channel = "1.76.0"
components = ["rustfmt", "clippy"]

0 comments on commit f065347

Please sign in to comment.