Skip to content

Commit 8ecbde7

Browse files
committed
Bump edition from 2018 to 2021
1 parent ab9cd05 commit 8ecbde7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

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

77
[lib]
@@ -18,7 +18,7 @@ pg_test = []
1818

1919
[dependencies]
2020
pgrx = "=0.12.0-alpha.1"
21-
pgrx-macros = "=0.12.0-alpha.1"
21+
#pgrx-macros = "=0.12.0-alpha.1"
2222

2323

2424
[dev-dependencies]

0 commit comments

Comments
 (0)