Skip to content

Commit

Permalink
test: libpact_ffi 0.4.25 - fix pact merging dupe interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
YOU54F committed Jun 7, 2024
1 parent 65473d2 commit 24fc6fd
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion build/download-native-libs.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

FFI_VERSION="0.4.24"
FFI_VERSION="0.4.25"
FFI_BASE_URL="https://github.com/you54f/pact-reference/releases/download/libpact_ffi-v$FFI_VERSION"

GREEN="\e[32m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.0"
"models": "1.2.1"
},
"pactSpecification": {
"version": "4.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/PactNet.Tests/data/v2-consumer-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.0"
"models": "1.2.1"
},
"pactSpecification": {
"version": "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/PactNet.Tests/data/v3-consumer-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.0"
"models": "1.2.1"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.0"
"models": "1.2.1"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/PactNet.Tests/data/v3-message-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.0"
"models": "1.2.1"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/PactNet.Tests/data/v3-server-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.0"
"models": "1.2.1"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/PactNet.Tests/data/v4-combined-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
},
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.0"
"models": "1.2.1"
},
"pactSpecification": {
"version": "4.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/PactNet.Tests/data/v4-consumer-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"metadata": {
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.0"
"models": "1.2.1"
},
"pactSpecification": {
"version": "4.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
"pactRust": {
"ffi": "0.4.21",
"models": "1.2.0"
"models": "1.2.1"
},
"pactSpecification": {
"version": "4.0"
Expand Down

0 comments on commit 24fc6fd

Please sign in to comment.