Skip to content

Commit

Permalink
Bump prqlc from 0.12.2 to 0.13.0 (#60)
Browse files Browse the repository at this point in the history
Bumps [prqlc](https://github.com/PRQL/prql) from 0.12.2 to 0.13.0.
- [Release notes](https://github.com/PRQL/prql/releases)
- [Changelog](https://github.com/PRQL/prql/blob/main/CHANGELOG.md)
- [Commits](PRQL/prql@0.12.2...0.13.0)

---
updated-dependencies:
- dependency-name: prqlc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 00f97f0 commit 2748e32
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 67 deletions.
160 changes: 94 additions & 66 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion plprql/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pg_test = []

[dependencies]
pgrx = { workspace = true }
prqlc = { version = "0.12.2", features = ["postgres"] }
prqlc = { version = "0.13.0", features = ["postgres"] }
thiserror = "1.0.63"

[dev-dependencies]
Expand Down

0 comments on commit 2748e32

Please sign in to comment.