Skip to content

Commit

Permalink
Use resolver v3
Browse files Browse the repository at this point in the history
  • Loading branch information
coolreader18 committed Jan 13, 2025
1 parent 0bef5d7 commit e73ffb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ members = [
"tools/upgrade-version",
]
default-members = ["crates/cli"]
# cargo feature graph resolver. v2 is default in edition2021 but workspace
# cargo feature graph resolver. v3 is default in edition2024 but workspace
# manifests don't have editions.
resolver = "2"
resolver = "3"

[profile.release]
opt-level = 3
Expand Down
2 changes: 1 addition & 1 deletion crates/standalone/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG CARGO_PROFILE=release
FROM rust:1.84.0 AS chef
RUN rust_target=$(rustc -vV | awk '/^host:/{ print $2 }') && \
curl https://github.com/cargo-bins/cargo-binstall/releases/latest/download/cargo-binstall-$rust_target.tgz -fL | tar xz -C $CARGO_HOME/bin
RUN cargo binstall -y cargo-chef@0.1.56
RUN cargo binstall -y cargo-chef@0.1.69
WORKDIR /usr/src/app

FROM chef AS planner
Expand Down

0 comments on commit e73ffb1

Please sign in to comment.