Skip to content

Commit

Permalink
chore(test): point examples at updated pact-plugin-driver
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jul 5, 2024
1 parent 8ef58fe commit 53914bd
Show file tree
Hide file tree
Showing 11 changed files with 3,706 additions and 1,800 deletions.
1,266 changes: 838 additions & 428 deletions examples/gRPC/area_calculator/consumer-rust/Cargo.lock

Large diffs are not rendered by default.

8 changes: 7 additions & 1 deletion examples/gRPC/area_calculator/consumer-rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,15 @@ tracing-subscriber = { version = "0.3", features = ["env-filter"] }
expectest = "0.12.0"
env_logger = "0.10.0"
pact_consumer = "1.0.4"
pact-plugin-driver = "0.4.5"
pact-plugin-driver = "0.6.2"
serde_json = "1.0.107"
maplit = "1.0.2"

[build-dependencies]
tonic-build = "0.10.2"
parse-zoneinfo = "0.3.1" # requires pact_model to be updated
# https://github.com/chronotope/parse-zoneinfo/commit/61557cd5407e494770285d1925d64c42973f5db0

[patch.crates-io]
# Windows plugin shutdown
pact-plugin-driver = { version = "0.6.2", path = "../../../../drivers/rust/driver" }
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ syntax = "proto3";

package area_calculator;

option php_generic_services = true;
option go_package = "io.pact/area_calculator";

service Calculator {
Expand Down
1 change: 0 additions & 1 deletion examples/gRPC/area_calculator/proto/area_calculator.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ syntax = "proto3";

package area_calculator;

option php_generic_services = true;
option go_package = "io.pact/area_calculator";

service Calculator {
Expand Down
Loading

0 comments on commit 53914bd

Please sign in to comment.