Skip to content

Commit 1760e18

Browse files
authored
Merge pull request #3175 from itowlson/pg-uuid
PostgreSQL UUID and JSONB support
2 parents 703252f + c74ba82 commit 1760e18

File tree

22 files changed

+1592
-441
lines changed

22 files changed

+1592
-441
lines changed

Cargo.lock

Lines changed: 212 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ base64 = "0.22"
124124
bytes = "1"
125125
chrono = "0.4"
126126
clap = "3.2"
127-
conformance-tests = { git = "https://github.com/fermyon/conformance-tests", rev = "ecd22a45bcc5c775a56c67689a89aa4005866ac0" }
127+
conformance-tests = { git = "https://github.com/itowlson/conformance-tests", rev = "fa529a698616116beb024881cfd6fdeda7f39415" }
128128
ctrlc = { version = "3.4", features = ["termination"] }
129129
dialoguer = "0.11"
130130
dirs = "6.0"
@@ -158,7 +158,7 @@ sha2 = "0.10"
158158
syn = "2"
159159
tar = "0.4"
160160
tempfile = "3"
161-
test-environment = { git = "https://github.com/fermyon/conformance-tests", rev = "ecd22a45bcc5c775a56c67689a89aa4005866ac0" }
161+
test-environment = { git = "https://github.com/itowlson/conformance-tests", rev = "fa529a698616116beb024881cfd6fdeda7f39415" }
162162
thiserror = "2"
163163
tokio = "1"
164164
tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "tls12"] }

0 commit comments

Comments
 (0)