Skip to content

Commit

Permalink
Relax pgrx requirements (#41)
Browse files Browse the repository at this point in the history
As discussed in
#34 (comment)
  • Loading branch information
gjtorikian authored May 21, 2024
1 parent 9621c43 commit f048410
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ pg_test = []

[dependencies]
inner_ulid = { package = "ulid", version = "1.0.0" }
pgrx = "=0.11.2"
pgrx = "^0.11.2"

[dev-dependencies]
pgrx-tests = "=0.11.2"
pgrx-tests = "^0.11.2"

[profile.dev]
panic = "unwind"
Expand Down

0 comments on commit f048410

Please sign in to comment.