Skip to content

Commit 1ce9fba

Browse files
committed
cleanup
1 parent 9a819c5 commit 1ce9fba

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pg_test = []
1919
[dependencies]
2020
pgrx = "=0.11.4"
2121
sqids = "0.4.1"
22-
thiserror = "1.0.61"
22+
thiserror = "1.0.62"
2323

2424
[dev-dependencies]
2525
pgrx-tests = "=0.11.4"
@@ -34,4 +34,4 @@ lto = "fat"
3434
codegen-units = 1
3535

3636
[package.metadata.pgrx]
37-
version = "0.1.0"
37+
version = "0.1.0"

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Not good for:
2929

3030
## 🚀 Getting started
3131

32-
### Debugging
32+
### Development
3333

3434
1. [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

7276
1. Install the extension:
7377

0 commit comments

Comments
 (0)