Skip to content

Commit d173581

Browse files
authored
Update cargo toml (#21)
1 parent 1759b73 commit d173581

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.lock

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+5-7
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
[package]
1919
name = "datafusion_ray"
2020
description = "DataFusion on Ray"
21-
homepage = "https://github.com/datafusion-contrib/ray-sql"
22-
repository = "https://github.com/datafusion-contrib/ray-sql"
23-
authors = ["Andy Grove <[email protected]>", "Frank Luan <[email protected]>"]
24-
version = "0.6.0"
21+
homepage = "https://github.com/apache/datafusion-ray"
22+
repository = "https://github.com/apache/datafusion-ray"
23+
authors = ["Apache DataFusion <[email protected]>"]
24+
version = "0.1.0"
2525
edition = "2021"
2626
readme = "README.md"
2727
license = "Apache-2.0"
@@ -33,15 +33,13 @@ datafusion = { version = "41.0.0", features = ["pyarrow", "avro"] }
3333
datafusion-proto = "41.0.0"
3434
datafusion-python = "41.0.0"
3535
futures = "0.3"
36-
glob = "0.3"
3736
log = "0.4"
3837
prost = "0.12"
39-
prost-types = "0.12"
4038
pyo3 = { version = "0.21", features = ["extension-module", "abi3", "abi3-py38"] }
4139
tokio = { version = "1.40", features = ["macros", "rt", "rt-multi-thread", "sync"] }
42-
uuid = "1.2"
4340

4441
[build-dependencies]
42+
prost-types = "0.12"
4543
rustc_version = "0.4.0"
4644
tonic-build = { version = "0.8", default-features = false, features = ["transport", "prost"] }
4745

0 commit comments

Comments
 (0)