File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ pg_test = []
1919[dependencies ]
2020pgrx = " =0.11.4"
2121sqids = " 0.4.1"
22- thiserror = " 1.0.61 "
22+ thiserror = " 1.0.62 "
2323
2424[dev-dependencies ]
2525pgrx-tests = " =0.11.4"
@@ -34,4 +34,4 @@ lto = "fat"
3434codegen-units = 1
3535
3636[package .metadata .pgrx ]
37- version = " 0.1.0"
37+ version = " 0.1.0"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Not good for:
2929
3030## 🚀 Getting started
3131
32- ### Debugging
32+ ### Development
3333
34341 . [ Install Rust] ( https://www.rust-lang.org/ ) if you don't have it.
3535
@@ -67,7 +67,11 @@ Not good for:
6767 cargo pgrx package
6868 ` ` `
6969
70- 1. Extension files should be in ` target/release`
70+ 1. Extension file should be in ` target/release`
71+
72+ - For Linux: ` libpg_sqids.so`
73+ - For macOS: ` libpg_sqids.dylib`
74+ - For Windows: ` libpg_sqids.dll`
7175
72761. Install the extension:
7377
You can’t perform that action at this time.
0 commit comments