Skip to content

Commit

Permalink
fix pgrx ver
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckHend committed Oct 22, 2023
1 parent 75562a9 commit 9c48db2
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 @@ -17,7 +17,7 @@ anyhow = "1.0.72"
chrono = {version = "0.4.26", features = ["serde"] }
log = "0.4.19"
pgmq = "0.24.0"
pgrx = ">=0.8.0"
pgrx = "0.9.8"
postgres-types = "0.2.5"
regex = "1.9.2"
reqwest = {version = "0.11.18", features = ["json"] }
Expand All @@ -33,7 +33,7 @@ tokio = {version = "1.29.1", features = ["rt-multi-thread"] }
url = "2.4.0"

[dev-dependencies]
pgrx-tests = ">=0.9.8"
pgrx-tests = "0.9.8"

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

0 comments on commit 9c48db2

Please sign in to comment.