Skip to content

Commit ecab3ab

Browse files
committed
use the workspace version
1 parent 0f9bf4e commit ecab3ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.3.5"
10+
version = "0.4.6"
1111
edition = "2021"
1212
license = "Apache-2.0"
1313
readme = "README.md"

datafusion-flight-sql-server/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "datafusion-flight-sql-server"
3-
version = "0.4.6"
3+
version.workspace = true
44
edition.workspace = true
55
license.workspace = true
6+
readme.workspace = true
67
repository.workspace = true
78
description = "Datafusion flight sql server."
8-
readme.workspace = true
99

1010
[lib]
1111
name = "datafusion_flight_sql_server"

0 commit comments

Comments
 (0)