Skip to content

Commit fc288fe

Browse files
committed
chore: update version management in workspace
1 parent 23436c5 commit fc288fe

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ resolver = "2"
33
members = ["datafusion-postgres", "datafusion-postgres-cli", "arrow-pg", "datafusion-pg-catalog"]
44

55
[workspace.package]
6-
version = "0.12.1"
76
edition = "2021"
87
license = "Apache-2.0"
98
rust-version = "1.86.0"

datafusion-pg-catalog/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "datafusion-pg-catalog"
33
description = "pg_catalog compatibility for datafusion"
4-
version.workspace = true
4+
version = "0.12.1"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true

datafusion-postgres-cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "datafusion-postgres-cli"
33
description = "Command-line tool for DataFusion's Postgres Protocol frontend"
4-
version.workspace = true
4+
version = "0.12.1"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true

datafusion-postgres/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "datafusion-postgres"
33
description = "Exporting datafusion query engine with postgres wire protocol"
4-
version.workspace = true
4+
version = "0.12.1"
55
edition.workspace = true
66
license.workspace = true
77
authors.workspace = true

0 commit comments

Comments
 (0)