Skip to content

Commit 7f80a45

Browse files
committed
update rust
1 parent d9c4a78 commit 7f80a45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ members = [
99
]
1010

1111
[workspace.package]
12-
rust-version = "1.85.1"
12+
rust-version = "1.86.0"
1313

1414
[workspace.dependencies]
1515
hypr-analytics = { path = "crates/analytics", package = "analytics" }

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
1414
RUN pnpm -F ui build
1515
RUN VITE_CLERK_PUBLISHABLE_KEY=$VITE_CLERK_PUBLISHABLE_KEY VITE_SENTRY_DSN=$VITE_SENTRY_DSN pnpm --filter @hypr/app build
1616

17-
FROM rust:1.85.1 AS rust-builder
17+
FROM rust:1.86.0 AS rust-builder
1818
WORKDIR /app
1919

2020
RUN apt-get update && apt-get install -y \

0 commit comments

Comments
 (0)