Skip to content

Commit b6787b7

Browse files
update
1 parent 834e121 commit b6787b7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

caching/accelerator/time_server/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "time_server"
33
version = "0.1.0"
44
edition = "2024"
5+
rust-version = "1.85"
56

67
[dependencies]
78
axum = "0.7"

caching/accelerator/time_server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.83-slim AS builder
1+
FROM rust:1.85-slim AS builder
22

33
WORKDIR /app
44
COPY Cargo.toml Cargo.lock ./

0 commit comments

Comments
 (0)