Skip to content

Commit 7e592ec

Browse files
Merge pull request #35 from rustprooflabs/update-pgx-0-7-0
Update to pgx 0.7.0
2 parents 6873d4d + c42f010 commit 7e592ec

File tree

5 files changed

+329
-288
lines changed

5 files changed

+329
-288
lines changed

Cargo.toml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pgdd"
3-
version = "0.4.1"
3+
version = "0.5.0-dev"
44
edition = "2018"
55
description = "In-database (PostgreSQL) data dictionary providing database introspection via standard SQL query syntax."
66

@@ -17,18 +17,12 @@ pg15 = ["pgx/pg15"]
1717
pg_test = []
1818

1919
[dependencies]
20+
pgx = "=0.7.1"
21+
pgx-macros = "=0.7.1"
2022

21-
#pgx = { git = "https://github.com/zombodb/pgx", branch = "develop" }
22-
#pgx-macros = { git = "https://github.com/zombodb/pgx", branch = "develop" }
23-
pgx = "=0.6.0"
24-
pgx-macros = "=0.6.0"
25-
26-
#pgx-utils = { git = "https://github.com/zombodb/pgx", branch = "develop" }
27-
pgx-utils = "=0.6.0"
2823

2924
[dev-dependencies]
30-
#pgx-tests = { git = "https://github.com/zombodb/pgx", branch = "develop" }
31-
pgx-tests = "=0.6.0"
25+
pgx-tests = "=0.7.1"
3226

3327

3428
[profile.dev]

0 commit comments

Comments
 (0)