From 53541f6a6af803c6f70fc5facfff6807aeb4e979 Mon Sep 17 00:00:00 2001 From: jackwener Date: Sun, 30 Jul 2023 23:45:25 +0800 Subject: [PATCH] chore: edition use workspace --- 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 32e2f5c51aaa..1fe5a8ba6820 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 "] 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 95525c032166..a00240ae5d29 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 "] homepage = "https://github.com/apache/arrow-datafusion" diff --git a/test-utils/Cargo.toml b/test-utils/Cargo.toml index 19ffb5940322..5ab10e42cf68 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