Skip to content

Commit 0a0abe1

Browse files
committed
use main branch and pgrx 0.16.1
1 parent daffec1 commit 0a0abe1

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
path: |
4040
~/.pgrx/
41-
key: pgrx-0.16.0
41+
key: pgrx-0.16.1
4242

4343
- name: Install latest stable toolchain
4444
uses: actions-rs/toolchain@v1
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
packages: build-essential bison flex clang protobuf-compiler libreadline8 libreadline-dev
5252
- name: Install pgrx
53-
run: cargo install cargo-pgrx --version 0.16.0 --locked
53+
run: cargo install cargo-pgrx --version 0.16.1 --locked
5454
if: steps.cache_pgrx.outputs.cache-hit != 'true'
5555
- run: cargo pgrx init
5656
if: steps.cache_pgrx.outputs.cache-hit != 'true'

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ pg_test = []
2323
[dependencies]
2424
etcd-client = { version = "0.16", features = ["tls"] }
2525
futures = "0.3.31"
26-
pgrx = {version="=0.16.0"}
27-
supabase-wrappers = { version="=0.1.25", default-features = false }
26+
pgrx = {version="=0.16.1"}
27+
supabase-wrappers = { git="https://github.com/supabase/wrappers.git", branch="main", default-features = false }
2828
thiserror = "2.0.16"
2929
tokio = { version = "1.47.1", features = ["full"] }
3030
testcontainers = { version = "0.25.0", features = ["blocking"] }
3131
serde = { version = "1.0.226", features = ["derive"] }
3232

3333
[dev-dependencies]
34-
pgrx-tests = "=0.16.0"
34+
pgrx-tests = "=0.16.1"
3535
testcontainers = { version = "0.25.0", features = ["blocking"] }
3636
serde = { version = "1.0.226", features = ["derive"] }
3737

0 commit comments

Comments
 (0)