Skip to content

Commit

Permalink
chore: Upgrade FFI to 0.3.8
Browse files Browse the repository at this point in the history
This version of ffi on Linux only needs glibc 2.24 to run, which should
make us more compatible across a larger set of Linux distributions.
  • Loading branch information
omajid committed Aug 20, 2022
1 parent ec337cc commit b4304dc
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.3.5"
FFI_VERSION="0.3.8"
FFI_BASE_URL="https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v$FFI_VERSION"

GREEN="\e[32m"
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 @@ -74,7 +74,7 @@
],
"metadata": {
"pactRust": {
"ffi": "0.3.5",
"ffi": "0.3.8",
"models": "0.4.1"
},
"pactSpecification": {
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 @@ -132,7 +132,7 @@
],
"metadata": {
"pactRust": {
"ffi": "0.3.5",
"ffi": "0.3.8",
"models": "0.4.1"
},
"pactSpecification": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"language": "C#"
},
"pactRust": {
"ffi": "0.3.5",
"ffi": "0.3.8",
"models": "0.4.1"
},
"pactSpecification": {
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 @@ -16,7 +16,7 @@
],
"metadata": {
"pactRust": {
"ffi": "0.3.5",
"ffi": "0.3.8",
"models": "0.4.1"
},
"pactSpecification": {
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 @@ -46,7 +46,7 @@
],
"metadata": {
"pactRust": {
"ffi": "0.3.5",
"ffi": "0.3.8",
"models": "0.4.1"
},
"pactSpecification": {
Expand Down

0 comments on commit b4304dc

Please sign in to comment.