We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9cd05 commit 8ecbde7Copy full SHA for 8ecbde7
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
name = "pgdd"
3
version = "0.5.3-dev.0"
4
-edition = "2018"
+edition = "2021"
5
description = "In-database (PostgreSQL) data dictionary providing database introspection via standard SQL query syntax."
6
7
[lib]
@@ -18,7 +18,7 @@ pg_test = []
18
19
[dependencies]
20
pgrx = "=0.12.0-alpha.1"
21
-pgrx-macros = "=0.12.0-alpha.1"
+#pgrx-macros = "=0.12.0-alpha.1"
22
23
24
[dev-dependencies]
0 commit comments