Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
4kimov committed Jul 14, 2024
1 parent 9a819c5 commit 1ce9fba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -34,4 +34,4 @@ lto = "fat"
codegen-units = 1

[package.metadata.pgrx]
version = "0.1.0"
version = "0.1.0"
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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:

Expand Down

0 comments on commit 1ce9fba

Please sign in to comment.