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 authored and adamrodger committed Aug 27, 2022
1 parent ec337cc commit 00a806e
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.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
Original file line number Diff line number Diff line change
Expand Up @@ -240,8 +240,8 @@
],
"metadata": {
"pactRust": {
"ffi": "0.3.5",
"models": "0.4.1"
"ffi": "0.3.8",
"models": "0.4.4"
},
"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.3.5",
"models": "0.4.1"
"ffi": "0.3.8",
"models": "0.4.4"
},
"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.3.5",
"models": "0.4.1"
"ffi": "0.3.8",
"models": "0.4.4"
},
"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.3.5",
"models": "0.4.1"
"ffi": "0.3.8",
"models": "0.4.4"
},
"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.3.5",
"models": "0.4.1"
"ffi": "0.3.8",
"models": "0.4.4"
},
"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.3.5",
"models": "0.4.1"
"ffi": "0.3.8",
"models": "0.4.4"
},
"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.3.5",
"models": "0.4.1"
"ffi": "0.3.8",
"models": "0.4.4"
},
"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.3.5",
"models": "0.4.1"
"ffi": "0.3.8",
"models": "0.4.4"
},
"pactSpecification": {
"version": "3.0.0"
Expand Down

0 comments on commit 00a806e

Please sign in to comment.