Skip to content

Commit

Permalink
upgrade pgrx to 0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
burmecia committed Oct 14, 2024
1 parent a6ea7f3 commit 97c08c6
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions supabase-wrappers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ pg17 = ["pgrx/pg17", "pgrx-tests/pg17" ]
pg_test = []

[dependencies]
pgrx = { version = "=0.12.5", default-features = false }
pgrx = { version = "=0.12.6", default-features = false }
thiserror = "1.0.48"
tokio = { version = "1.35", features = ["rt", "net"] }
uuid = { version = "1.2.2" }
supabase-wrappers-macros = { version = "0.1", path = "../supabase-wrappers-macros" }

[dev-dependencies]
pgrx-tests = "=0.12.5"
pgrx-tests = "=0.12.6"

[package.metadata.docs.rs]
features = ["pg15", "cshim"]
Expand Down
4 changes: 2 additions & 2 deletions wrappers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ all_fdws = [
]

[dependencies]
pgrx = { version = "=0.12.5" }
pgrx = { version = "=0.12.6" }
#supabase-wrappers = "0.1"
supabase-wrappers = { path = "../supabase-wrappers", default-features = false }

Expand Down Expand Up @@ -246,4 +246,4 @@ thiserror = { version = "1.0.48", optional = true }
anyhow = { version = "1.0.81", optional = true }

[dev-dependencies]
pgrx-tests = "=0.12.5"
pgrx-tests = "=0.12.6"

0 comments on commit 97c08c6

Please sign in to comment.