Skip to content

Commit 9eb58b3

Browse files
committed
chore(ffi): Upgrade FFI to 0.4.3
1 parent 222c347 commit 9eb58b3

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

build/download-native-libs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
FFI_VERSION="0.4.0"
4+
FFI_VERSION="0.4.3"
55
FFI_BASE_URL="https://github.com/pact-foundation/pact-reference/releases/download/libpact_ffi-v$FFI_VERSION"
66

77
GREEN="\e[32m"

samples/EventApi/Consumer.Tests/pacts/Event API Consumer-Event API.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,8 @@
240240
],
241241
"metadata": {
242242
"pactRust": {
243-
"ffi": "0.4.0",
244-
"models": "1.0.4"
243+
"ffi": "0.4.3",
244+
"models": "1.0.9"
245245
},
246246
"pactSpecification": {
247247
"version": "2.0.0"

samples/Messaging/Consumer.Tests/pacts/Stock Event Consumer-Stock Event Producer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
],
6363
"metadata": {
6464
"pactRust": {
65-
"ffi": "0.4.0",
66-
"models": "1.0.4"
65+
"ffi": "0.4.3",
66+
"models": "1.0.9"
6767
},
6868
"pactSpecification": {
6969
"version": "3.0.0"

samples/ReadMe/pacts/Something API Consumer-Something API.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
],
3333
"metadata": {
3434
"pactRust": {
35-
"ffi": "0.4.0",
36-
"models": "1.0.4"
35+
"ffi": "0.4.3",
36+
"models": "1.0.9"
3737
},
3838
"pactSpecification": {
3939
"version": "3.0.0"

tests/PactNet.Tests/data/v2-consumer-integration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@
7474
],
7575
"metadata": {
7676
"pactRust": {
77-
"ffi": "0.4.0",
78-
"models": "1.0.4"
77+
"ffi": "0.4.3",
78+
"models": "1.0.9"
7979
},
8080
"pactSpecification": {
8181
"version": "2.0.0"

tests/PactNet.Tests/data/v3-consumer-integration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
],
133133
"metadata": {
134134
"pactRust": {
135-
"ffi": "0.4.0",
136-
"models": "1.0.4"
135+
"ffi": "0.4.3",
136+
"models": "1.0.9"
137137
},
138138
"pactSpecification": {
139139
"version": "3.0.0"

tests/PactNet.Tests/data/v3-message-consumer-integration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"language": "C#"
3737
},
3838
"pactRust": {
39-
"ffi": "0.4.0",
40-
"models": "1.0.4"
39+
"ffi": "0.4.3",
40+
"models": "1.0.9"
4141
},
4242
"pactSpecification": {
4343
"version": "3.0.0"

tests/PactNet.Tests/data/v3-message-integration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
],
1717
"metadata": {
1818
"pactRust": {
19-
"ffi": "0.4.0",
20-
"models": "1.0.4"
19+
"ffi": "0.4.3",
20+
"models": "1.0.9"
2121
},
2222
"pactSpecification": {
2323
"version": "3.0.0"

tests/PactNet.Tests/data/v3-server-integration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
],
4747
"metadata": {
4848
"pactRust": {
49-
"ffi": "0.4.0",
50-
"models": "1.0.4"
49+
"ffi": "0.4.3",
50+
"models": "1.0.9"
5151
},
5252
"pactSpecification": {
5353
"version": "3.0.0"

0 commit comments

Comments
 (0)