diff --git a/Cargo.toml b/Cargo.toml index e11e058..2e3e064 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ pg_test = [] [dependencies] pgrx = "=0.11.4" sqids = "0.4.1" -thiserror = "1.0.61" +thiserror = "1.0.62" [dev-dependencies] pgrx-tests = "=0.11.4" @@ -34,4 +34,4 @@ lto = "fat" codegen-units = 1 [package.metadata.pgrx] -version = "0.1.0" \ No newline at end of file +version = "0.1.0" diff --git a/README.md b/README.md index 4b2ce76..8492087 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Not good for: ## 🚀 Getting started -### Debugging +### Development 1. [Install Rust](https://www.rust-lang.org/) if you don't have it. @@ -67,7 +67,11 @@ Not good for: cargo pgrx package ``` -1. Extension files should be in `target/release` +1. Extension file should be in `target/release` + + - For Linux: `libpg_sqids.so` + - For macOS: `libpg_sqids.dylib` + - For Windows: `libpg_sqids.dll` 1. Install the extension: