Skip to content

Commit

Permalink
Merge pull request #67 from GiganticMinecraft/update-rust
Browse files Browse the repository at this point in the history
chore: Rustのバージョンを1.74.0に更新
  • Loading branch information
rito528 authored Dec 3, 2023
2 parents 4bf2d08 + ee7d55d commit ce4b2f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.6
FROM lukemathwalker/cargo-chef:0.1.62-rust-1.72.0 AS chef
FROM lukemathwalker/cargo-chef:latest-rust-1.74.0 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.72.0"
channel = "1.74.0"
profile = "default"

0 comments on commit ce4b2f3

Please sign in to comment.