From fd98e22082d304597d9cb5be1dd7f1cea44d9225 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:45:16 +0900 Subject: [PATCH 1/2] =?UTF-8?q?chore:=20Rust=E3=81=AE=E3=83=90=E3=83=BC?= =?UTF-8?q?=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=921.71.0=E3=81=AB=E4=B8=8A?= =?UTF-8?q?=E3=81=92=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- rust-toolchain.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ea087b8..f369ad2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # syntax=docker/dockerfile:1.4 -FROM lukemathwalker/cargo-chef:0.1.35-rust-1.60.0 AS chef +FROM lukemathwalker/cargo-chef:0.1.61-rust-1.71.0 AS chef WORKDIR /app FROM chef AS planner diff --git a/rust-toolchain.toml b/rust-toolchain.toml index a053e97..67054f1 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.62.1" +channel = "1.71.0" profile = "default" From c4e047de553c87ecd20a978a09cab97a59445f13 Mon Sep 17 00:00:00 2001 From: rito528 <39003544+rito528@users.noreply.github.com> Date: Wed, 19 Jul 2023 16:46:12 +0900 Subject: [PATCH 2/2] =?UTF-8?q?chore:=20buf=E3=82=92remote=E3=81=8B?= =?UTF-8?q?=E3=82=89plugin=E3=81=AE=E6=8C=87=E5=AE=9A=E3=81=AB=E5=A4=89?= =?UTF-8?q?=E3=81=88=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/buf.gen.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/server/buf.gen.yaml b/server/buf.gen.yaml index 66bef8c..56db4ce 100644 --- a/server/buf.gen.yaml +++ b/server/buf.gen.yaml @@ -1,6 +1,6 @@ version: v1 plugins: - - remote: buf.build/prost/plugins/prost:v0.1.3-2 + - plugin: buf.build/community/neoeinstein-prost:v0.2.3 out: src/gen # https://github.com/neoeinstein/protoc-gen-prost/tree/main/protoc-gen-prost#options opt: @@ -8,14 +8,14 @@ plugins: - compile_well_known_types - extern_path=.google.protobuf=::pbjson_types - file_descriptor_set - - remote: buf.build/prost/plugins/tonic:v0.2.1-1 + - plugin: buf.build/community/neoeinstein-tonic:v0.3.0 out: src/gen # https://github.com/neoeinstein/protoc-gen-prost/tree/main/protoc-gen-tonic opt: - no_server=true - compile_well_known_types - extern_path=.google.protobuf=::pbjson_types - - remote: buf.build/prost/plugins/crate:v0.1.5-2 + - plugin: buf.build/community/neoeinstein-prost-crate:v0.3.1 out: src/gen # https://github.com/neoeinstein/protoc-gen-prost/tree/main/protoc-gen-prost-crate opt: