Skip to content

Commit 249ecff

Browse files
author
Github Action
committed
chore: synced pact-plugins docs
1 parent 5fe1ca4 commit 249ecff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • website/docs/implementation_guides/pact_plugins/examples/jwt

website/docs/implementation_guides/pact_plugins/examples/jwt/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ checkout of [pact-reference](https://github.com/pact-foundation/pact-reference):
8383
2. `pact_verifier`'s own dependency on `pact-plugin-driver` is `default-features = false` and doesn't request the
8484
`lua` feature, so add an explicit dependency in `rust/pact_verifier_cli/Cargo.toml` to turn it on:
8585
```toml
86-
pact-plugin-driver = { version = "~1.0.0-beta.5", default-features = false, features = ["lua"] }
86+
pact-plugin-driver = { version = "~1.1.0", default-features = false, features = ["lua"] }
8787
```
8888
3. Build it:
8989
```console

0 commit comments

Comments
 (0)