Skip to content

Commit

Permalink
Revert "RSDK-3956 - update buf plugin (#148)" (#149)
Browse files Browse the repository at this point in the history
This reverts commit f98a40a.
  • Loading branch information
gvaradarajan authored Jul 17, 2023
1 parent f98a40a commit 15aed4d
Show file tree
Hide file tree
Showing 73 changed files with 49,467 additions and 2,162 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ crate-type = ["cdylib","lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

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


[build-dependencies]
tonic-build = {version = "0.9.2",features = ["prost"]}
tonic-build = {version = "0.7.2",features = ["prost", "compression"]}

4 changes: 3 additions & 1 deletion buf.gen.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
version: v1
plugins:
- plugin: buf.build/community/neoeinstein-prost:v0.2.3
- remote: buf.build/prost/plugins/prost:v0.1.3-2
out: src/gen/
- remote: buf.build/prost/plugins/tonic:v0.1.0-2
out: src/gen/
2,851 changes: 2,708 additions & 143 deletions src/gen/google.api.expr.v1alpha1.rs

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Loading

0 comments on commit 15aed4d

Please sign in to comment.