Skip to content

Commit 6267d98

Browse files
committed
update top level workspace version
1 parent 8b5c1c7 commit 6267d98

17 files changed

Lines changed: 62 additions & 61 deletions

File tree

Cargo.toml

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

3838
[workspace.package]
39-
version = "19.0.0"
39+
version = "20.0.0"
4040
edition = "2021"
4141
readme = "README.md"
4242
authors = ["Apache Arrow <dev@arrow.apache.org>"]

benchmarks/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "datafusion-benchmarks"
2020
description = "DataFusion Benchmarks"
21-
version = "19.0.0"
21+
version = "20.0.0"
2222
edition = "2021"
2323
authors = ["Apache Arrow <dev@arrow.apache.org>"]
2424
homepage = "https://github.com/apache/arrow-datafusion"
@@ -34,7 +34,7 @@ snmalloc = ["snmalloc-rs"]
3434

3535
[dependencies]
3636
arrow = { workspace = true }
37-
datafusion = { path = "../datafusion/core", version = "19.0.0", features = ["scheduler"] }
37+
datafusion = { path = "../datafusion/core", version = "20.0.0", features = ["scheduler"] }
3838
env_logger = "0.10"
3939
futures = "0.3"
4040
mimalloc = { version = "0.1", optional = true, default-features = false }
@@ -51,4 +51,4 @@ test-utils = { path = "../test-utils/", version = "0.1.0" }
5151
tokio = { version = "^1.0", features = ["macros", "rt", "rt-multi-thread", "parking_lot"] }
5252

5353
[dev-dependencies]
54-
datafusion-proto = { path = "../datafusion/proto", version = "19.0.0" }
54+
datafusion-proto = { path = "../datafusion/proto", version = "20.0.0" }

datafusion-cli/Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

datafusion-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
[package]
1919
name = "datafusion-cli"
2020
description = "Command Line Client for DataFusion query engine."
21-
version = "19.0.0"
21+
version = "20.0.0"
2222
authors = ["Apache Arrow <dev@arrow.apache.org>"]
2323
edition = "2021"
2424
keywords = ["arrow", "datafusion", "query", "sql"]
@@ -32,7 +32,7 @@ readme = "README.md"
3232
arrow = "34.0.0"
3333
async-trait = "0.1.41"
3434
clap = { version = "3", features = ["derive", "cargo"] }
35-
datafusion = { path = "../datafusion/core", version = "19.0.0" }
35+
datafusion = { path = "../datafusion/core", version = "20.0.0" }
3636
dirs = "4.0.0"
3737
env_logger = "0.9"
3838
mimalloc = { version = "0.1", default-features = false }

datafusion-examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ name = "datafusion-examples"
2020
description = "DataFusion usage examples"
2121
keywords = [ "arrow", "query", "sql" ]
2222
publish = false
23-
version = { workspace = true }
23+
version = "20.0.0"
2424
edition = { workspace = true }
2525
readme = { workspace = true }
2626
homepage = { workspace = true }

datafusion/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name = "datafusion-common"
2020
description = "Common functionality for DataFusion query engine"
2121
keywords = ["arrow", "query", "sql"]
22-
version = { workspace = true }
22+
version = "20.0.0"
2323
edition = { workspace = true }
2424
readme = { workspace = true }
2525
homepage = { workspace = true }

datafusion/core/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include = [
2424
"src/**/*.rs",
2525
"Cargo.toml",
2626
]
27-
version = { workspace = true }
27+
version = "20.0.0"
2828
edition = { workspace = true }
2929
readme = { workspace = true }
3030
homepage = { workspace = true }
@@ -67,14 +67,14 @@ bytes = "1.4"
6767
bzip2 = { version = "0.4.3", optional = true }
6868
chrono = { version = "0.4.23", default-features = false }
6969
dashmap = "5.4.0"
70-
datafusion-common = { path = "../common", version = "19.0.0", features = ["parquet", "object_store"] }
71-
datafusion-execution = { path = "../execution", version = "19.0.0" }
72-
datafusion-expr = { path = "../expr", version = "19.0.0" }
73-
datafusion-jit = { path = "../jit", version = "19.0.0", optional = true }
74-
datafusion-optimizer = { path = "../optimizer", version = "19.0.0", default-features = false }
75-
datafusion-physical-expr = { path = "../physical-expr", version = "19.0.0", default-features = false }
76-
datafusion-row = { path = "../row", version = "19.0.0" }
77-
datafusion-sql = { path = "../sql", version = "19.0.0" }
70+
datafusion-common = { path = "../common", version = "20.0.0", features = ["parquet", "object_store"] }
71+
datafusion-execution = { path = "../execution", version = "20.0.0" }
72+
datafusion-expr = { path = "../expr", version = "20.0.0" }
73+
datafusion-jit = { path = "../jit", version = "20.0.0", optional = true }
74+
datafusion-optimizer = { path = "../optimizer", version = "20.0.0", default-features = false }
75+
datafusion-physical-expr = { path = "../physical-expr", version = "20.0.0", default-features = false }
76+
datafusion-row = { path = "../row", version = "20.0.0" }
77+
datafusion-sql = { path = "../sql", version = "20.0.0" }
7878
flate2 = { version = "1.0.24", optional = true }
7979
futures = "0.3"
8080
glob = "0.3.0"

datafusion/execution/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name = "datafusion-execution"
2020
description = "Execution configuration support for DataFusion query engine"
2121
keywords = [ "arrow", "query", "sql" ]
22-
version = { workspace = true }
22+
version = "20.0.0"
2323
edition = { workspace = true }
2424
readme = { workspace = true }
2525
homepage = { workspace = true }
@@ -34,8 +34,8 @@ path = "src/lib.rs"
3434

3535
[dependencies]
3636
dashmap = "5.4.0"
37-
datafusion-common = { path = "../common", version = "19.0.0" }
38-
datafusion-expr = { path = "../expr", version = "19.0.0" }
37+
datafusion-common = { path = "../common", version = "20.0.0" }
38+
datafusion-expr = { path = "../expr", version = "20.0.0" }
3939
hashbrown = { version = "0.13", features = ["raw"] }
4040
log = "^0.4"
4141
object_store = "0.5.4"

datafusion/expr/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name = "datafusion-expr"
2020
description = "Logical plan and expression representation for DataFusion query engine"
2121
keywords = [ "datafusion", "logical", "plan", "expressions" ]
22-
version = { workspace = true }
22+
version = "20.0.0"
2323
edition = { workspace = true }
2424
readme = { workspace = true }
2525
homepage = { workspace = true }
@@ -37,7 +37,7 @@ path = "src/lib.rs"
3737
[dependencies]
3838
ahash = { version = "0.8", default-features = false, features = ["runtime-rng"] }
3939
arrow = { workspace = true, default-features = false }
40-
datafusion-common = { path = "../common", version = "19.0.0" }
40+
datafusion-common = { path = "../common", version = "20.0.0" }
4141
log = "^0.4"
4242
sqlparser = "0.32"
4343

datafusion/jit/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
name = "datafusion-jit"
2020
description = "Just In Time (JIT) compilation support for DataFusion query engine"
2121
keywords = [ "arrow", "query", "sql" ]
22-
version = { workspace = true }
22+
version = "20.0.0"
2323
edition = { workspace = true }
2424
readme = { workspace = true }
2525
homepage = { workspace = true }
@@ -41,7 +41,7 @@ cranelift = "0.89.0"
4141
cranelift-jit = "0.89.0"
4242
cranelift-module = "0.89.0"
4343
cranelift-native = "0.89.0"
44-
datafusion-common = { path = "../common", version = "19.0.0", features = ["jit"] }
45-
datafusion-expr = { path = "../expr", version = "19.0.0" }
44+
datafusion-common = { path = "../common", version = "20.0.0", features = ["jit"] }
45+
datafusion-expr = { path = "../expr", version = "20.0.0" }
4646

4747
parking_lot = "0.12"

0 commit comments

Comments
 (0)