Skip to content

Commit

Permalink
Merge pull request #71 from GiganticMinecraft/fixBufSelect
Browse files Browse the repository at this point in the history
CIが通らない問題の修正
  • Loading branch information
rito528 authored Jul 20, 2023
2 parents dfca906 + c4e047d commit 4da8926
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.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
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.62.1"
channel = "1.71.0"
profile = "default"
6 changes: 3 additions & 3 deletions server/buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
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:
- bytes=.
- 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:
Expand Down

0 comments on commit 4da8926

Please sign in to comment.