Skip to content

Commit

Permalink
Be less aggressive
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Oct 3, 2024
1 parent f366045 commit 22d7cd1
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 32 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ 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.3] --- Unreleased

### ⬆️ Dependency Updates

* Upgraded pgrx to v0.12.5 with support for the Postgres 17.0 release
* Upgraded all other dependencies

## [v0.1.2] --- 2024-08-26

### ⬆️ Dependency Updates
Expand Down
80 changes: 50 additions & 30 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.1"
pgrx = "0.12.5"
boon = "0.6"
serde_json = "1.0"

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

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

0 comments on commit 22d7cd1

Please sign in to comment.