Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Upgrade to rust 1.71 #52

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Leveraging the pre-built Docker images with
# cargo-chef and the Rust toolchain
FROM lukemathwalker/cargo-chef:latest-rust-1.69.0@sha256:8bc5ba942909bffbce5ca481443b79a9482d97c504bd08692ebd236efad0830c AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.71.0@sha256:771356d2c2cb88ec004e1aa1c270065e28ac9d08d005ea64ac6aae9f9c70aca1 AS chef
WORKDIR app

FROM chef AS planner
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.69"
channel = "1.71"
components = [ "rustfmt", "clippy" ]