File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Expand file tree Collapse file tree 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,8 @@ name: Cargo Build & Test
22
33on :
44 push :
5+ branches :
6+ - main
57 pull_request :
68
79env :
3234 with :
3335 path : |
3436 ~/.pgrx/
35- key : pgrx-0.16.0
37+ key : pgrx-0.16.1
3638
3739 - name : Install latest stable toolchain
3840 uses : actions-rs/toolchain@v1
4446 with :
4547 packages : build-essential bison flex clang protobuf-compiler libreadline8 libreadline-dev
4648 - name : Install pgrx
47- run : cargo install cargo-pgrx --version 0.16.0 --locked
49+ run : cargo install cargo-pgrx --version 0.16.1 --locked
4850 if : steps.cache_pgrx.outputs.cache-hit != 'true'
4951 - run : cargo pgrx init
5052 if : steps.cache_pgrx.outputs.cache-hit != 'true'
Original file line number Diff line number Diff line change @@ -23,15 +23,15 @@ pg_test = []
2323[dependencies ]
2424etcd-client = { version = " 0.16" , features = [" tls" ] }
2525futures = " 0.3.31"
26- pgrx = {version =" =0.16.0 " }
27- supabase-wrappers = {git = " https://github.com/supabase/wrappers.git " , branch = " main " , default-features = false }
26+ pgrx = {version =" =0.16.1 " }
27+ supabase-wrappers = {version = " =0.5.6 " }
2828thiserror = " 2.0.16"
2929tokio = { version = " 1.47.1" , features = [" full" ] }
3030testcontainers = { version = " 0.25.0" , features = [" blocking" ] }
3131serde = { version = " 1.0.226" , features = [" derive" ] }
3232
3333[dev-dependencies ]
34- pgrx-tests = " =0.16.0 "
34+ pgrx-tests = " =0.16.1 "
3535testcontainers = { version = " 0.25.0" , features = [" blocking" ] }
3636serde = { version = " 1.0.226" , features = [" derive" ] }
3737
You can’t perform that action at this time.
0 commit comments