Skip to content

Commit

Permalink
Upgrade pgrx to v0.12.6
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Oct 15, 2024
1 parent dffc09d commit 73c2cab
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file. It uses the
[Semantic Versioning]: https://semver.org/spec/v2.0.0.html
"Semantic Versioning 2.0.0"

## [v0.1.4] — Unreleased

### ⬆️ Dependency Updates

* Upgraded pgrx to v0.12.6

## [v0.1.3] — 2024-10-03

### ⬆️ Dependency Updates
Expand Down
28 changes: 14 additions & 14 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ pg17 = ["pgrx/pg17", "pgrx-tests/pg17" ]
pg_test = []

[dependencies]
pgrx = "0.12.5"
pgrx = "0.12.6"
boon = "0.6"
serde_json = "1.0"

[dev-dependencies]
pgrx-tests = "0.12.5"
pgrx-tests = "0.12.6"

[profile.dev]
panic = "unwind"
Expand Down

0 comments on commit 73c2cab

Please sign in to comment.