We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb4c8c0 commit 432b5eeCopy full SHA for 432b5ee
.github/workflows/build.yml
@@ -19,6 +19,10 @@ jobs:
19
override: true
20
components: rustfmt, clippy
21
22
+ - name: Install pkg-config (macOS)
23
+ if: runner.os == 'macOS'
24
+ run: brew install pkg-config
25
+
26
- name: Cache Rust dependencies
27
uses: actions/cache@v3
28
with:
@@ -52,8 +56,6 @@ jobs:
52
56
53
57
- name: Build Extension
54
58
run: cargo pgrx package
55
- env:
- PGRX_NO_ICU: 1
59
60
- name: Upload Extension Artifact
61
uses: actions/upload-artifact@v3
Cargo.toml
@@ -15,7 +15,7 @@ pg16 = ["pgrx/pg16", "pgrx-tests/pg16" ]
15
pg_test = []
16
17
[dependencies]
18
-pgrx = "=0.11.4"
+pgrx = "0.12.9"
sqids = "0.4.2"
thiserror = "2.0.8"
0 commit comments