Skip to content

Commit

Permalink
update buf gen (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
npmenard authored Jul 19, 2023
1 parent 15aed4d commit fc3c002
Show file tree
Hide file tree
Showing 74 changed files with 11,149 additions and 29,929 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ crate-type = ["cdylib","lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
prost = "0.10"
prost-types = "0.10"
tonic = {version = "0.7.2",features = [ "tls", "compression", "tls-roots",]}
prost = "0.11"
prost-types = "0.11"
tonic = {version = "0.9.2",features = [ "tls", "gzip", "tls-roots",]}


[build-dependencies]
Expand Down
6 changes: 4 additions & 2 deletions buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
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/
- remote: buf.build/prost/plugins/tonic:v0.1.0-2
- plugin: buf.build/community/neoeinstein-tonic:v0.3.0
out: src/gen/
opt:
- no_include=true
2,851 changes: 143 additions & 2,708 deletions src/gen/google.api.expr.v1alpha1.rs

Large diffs are not rendered by default.

1,776 changes: 63 additions & 1,713 deletions src/gen/google.api.expr.v1beta1.rs

Large diffs are not rendered by default.

Loading

0 comments on commit fc3c002

Please sign in to comment.