Skip to content

Commit

Permalink
chore: edition use workspace (#7140)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackwener authored Aug 1, 2023
1 parent cca5225 commit ddb9549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion benchmarks/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion datafusion/proto/gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion test-utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ddb9549

Please sign in to comment.