Skip to content

Commit

Permalink
bump versions, fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adriangb committed Sep 21, 2023
1 parent fd88378 commit 65d47e7
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- uses: actions-rs/cargo@v1
with:
command: clippy
args: -- -D warnings
args: --all -- -D warnings

test:
name: Test Suite
Expand Down
6 changes: 3 additions & 3 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 core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pgpq"
version = "0.7.3"
version = "0.8.0"
edition = "2021"
description = "Encode Apache Arrow `RecordBatch`es to Postgres' native binary format"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion json/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_arrow_json"
version = "0.7.3"
version = "0.8.0"
edition = "2021"
readme = "README.md"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion py/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "_pgpq"
version = "0.7.3"
version = "0.8.0"
edition = "2021"
readme = "README.md"
license = "MIT"
Expand Down

0 comments on commit 65d47e7

Please sign in to comment.