This is an automated email from the ASF dual-hosted git repository.
alamb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new ddb95497e2 chore: edition use workspace (#7140)
ddb95497e2 is described below
commit ddb95497e2792015d5a5998eec79aac8d37df1eb
Author: jakevin <[email protected]>
AuthorDate: Tue Aug 1 21:16:58 2023 +0800
chore: edition use workspace (#7140)
---
benchmarks/Cargo.toml | 2 +-
datafusion/proto/gen/Cargo.toml | 2 +-
test-utils/Cargo.toml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml
index 32e2f5c51a..1fe5a8ba68 100644
--- a/benchmarks/Cargo.toml
+++ b/benchmarks/Cargo.toml
@@ -19,7 +19,7 @@
name = "datafusion-benchmarks"
description = "DataFusion Benchmarks"
version = "28.0.0"
-edition = "2021"
+edition = { workspace = true }
authors = ["Apache Arrow <[email protected]>"]
homepage = "https://github.com/apache/arrow-datafusion"
repository = "https://github.com/apache/arrow-datafusion"
diff --git a/datafusion/proto/gen/Cargo.toml b/datafusion/proto/gen/Cargo.toml
index 95525c0321..a00240ae5d 100644
--- a/datafusion/proto/gen/Cargo.toml
+++ b/datafusion/proto/gen/Cargo.toml
@@ -19,7 +19,7 @@
name = "gen"
description = "Code generation for proto"
version = "0.1.0"
-edition = "2021"
+edition = { workspace = true }
rust-version = "1.64"
authors = ["Apache Arrow <[email protected]>"]
homepage = "https://github.com/apache/arrow-datafusion"
diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml
index 19ffb59403..5ab10e42cf 100644
--- a/test-utils/Cargo.toml
+++ b/test-utils/Cargo.toml
@@ -18,7 +18,7 @@
[package]
name = "test-utils"
version = "0.1.0"
-edition = "2021"
+edition = { workspace = true }
# See more keys and their definitions at
https://doc.rust-lang.org/cargo/reference/manifest.html