Skip to content

Commit f048410

Browse files
authored
Relax pgrx requirements (#41)
As discussed in #34 (comment)
1 parent 9621c43 commit f048410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ pg_test = []
2121

2222
[dependencies]
2323
inner_ulid = { package = "ulid", version = "1.0.0" }
24-
pgrx = "=0.11.2"
24+
pgrx = "^0.11.2"
2525

2626
[dev-dependencies]
27-
pgrx-tests = "=0.11.2"
27+
pgrx-tests = "^0.11.2"
2828

2929
[profile.dev]
3030
panic = "unwind"

0 commit comments

Comments
 (0)