Skip to content

Commit

Permalink
chore(ffi): Upgrade FFI to 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrodger committed Apr 12, 2023
1 parent 222c347 commit 9eb58b3
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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.0"
FFI_VERSION="0.4.3"
FFI_BASE_URL="https://github.com/pact-foundation/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 @@ -240,8 +240,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.0",
"models": "1.0.4"
"ffi": "0.4.3",
"models": "1.0.9"
},
"pactSpecification": {
"version": "2.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.0",
"models": "1.0.4"
"ffi": "0.4.3",
"models": "1.0.9"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.0",
"models": "1.0.4"
"ffi": "0.4.3",
"models": "1.0.9"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/PactNet.Tests/data/v2-consumer-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.0",
"models": "1.0.4"
"ffi": "0.4.3",
"models": "1.0.9"
},
"pactSpecification": {
"version": "2.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/PactNet.Tests/data/v3-consumer-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.0",
"models": "1.0.4"
"ffi": "0.4.3",
"models": "1.0.9"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/PactNet.Tests/data/v3-message-consumer-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"language": "C#"
},
"pactRust": {
"ffi": "0.4.0",
"models": "1.0.4"
"ffi": "0.4.3",
"models": "1.0.9"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/PactNet.Tests/data/v3-message-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.0",
"models": "1.0.4"
"ffi": "0.4.3",
"models": "1.0.9"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down
4 changes: 2 additions & 2 deletions tests/PactNet.Tests/data/v3-server-integration.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.4.0",
"models": "1.0.4"
"ffi": "0.4.3",
"models": "1.0.9"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down

0 comments on commit 9eb58b3

Please sign in to comment.