diff --git a/Cargo.lock b/Cargo.lock index 5fe521b0c1..a925210c40 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -82,7 +82,7 @@ dependencies = [ [[package]] name = "analytic_engine" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arc-swap 1.5.1", "arena", @@ -90,18 +90,18 @@ dependencies = [ "async-trait", "base64 0.13.0", "bytes 1.2.1", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "datafusion 12.0.0", "env_logger", "futures 0.3.21", "lazy_static", "log", - "object_store 0.1.0", + "object_store 0.4.0", "parquet 23.0.0", "parquet_ext", "prometheus 0.12.0", - "proto 0.1.0", + "proto 0.4.0", "protobuf", "serde", "serde_derive", @@ -144,7 +144,7 @@ checksum = "983cd8b9d4b02a6dc6ffa557262eb5858a27a0038ffffe21a0f133eaa819a164" [[package]] name = "arena" -version = "0.1.0" +version = "0.4.0" dependencies = [ "parking_lot 0.11.2", ] @@ -287,7 +287,7 @@ dependencies = [ [[package]] name = "arrow_ext" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arrow 23.0.0", "uncover", @@ -456,7 +456,7 @@ checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" [[package]] name = "benchmarks" -version = "0.1.0" +version = "0.4.0" dependencies = [ "analytic_engine", "arena", @@ -464,13 +464,13 @@ dependencies = [ "arrow2", "base64 0.13.0", "clap", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "criterion", "env_logger", "futures 0.3.21", "log", - "object_store 0.1.0", + "object_store 0.4.0", "parquet 23.0.0", "parquet_ext", "rand 0.7.3", @@ -789,7 +789,7 @@ checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db" [[package]] name = "bytes_ext" -version = "0.1.0" +version = "0.4.0" dependencies = [ "bytes 1.2.1", "snafu 0.6.10", @@ -814,10 +814,10 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "catalog" -version = "0.1.0" +version = "0.4.0" dependencies = [ "async-trait", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "snafu 0.6.10", "table_engine", @@ -825,13 +825,13 @@ dependencies = [ [[package]] name = "catalog_impls" -version = "0.1.0" +version = "0.4.0" dependencies = [ "analytic_engine", "async-trait", "catalog", "cluster", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "log", "meta_client", @@ -853,7 +853,7 @@ dependencies = [ [[package]] name = "ceresdb" -version = "0.1.0" +version = "0.4.0" dependencies = [ "analytic_engine", "catalog", @@ -881,7 +881,7 @@ dependencies = [ "async-trait", "avro-rs", "ceresdbproto 0.1.0 (git+https://github.com/CeresDB/ceresdbproto.git?rev=2c10152d021cd5a26b9c870cdede6a0317adca3d)", - "common_types 0.1.0 (git+https://github.com/CeresDB/ceresdb.git?rev=f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8)", + "common_types 0.1.0", "grpcio", ] @@ -999,12 +999,12 @@ dependencies = [ [[package]] name = "cluster" -version = "0.1.0" +version = "0.4.0" dependencies = [ "analytic_engine", "async-trait", "ceresdbproto 0.1.0 (git+https://github.com/CeresDB/ceresdbproto.git?rev=29cb0c6fba76401fd9a4ae5b8cacc9002ad78650)", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "log", "meta_client", @@ -1051,50 +1051,50 @@ dependencies = [ [[package]] name = "common_types" version = "0.1.0" +source = "git+https://github.com/CeresDB/ceresdb.git?rev=f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8#f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8" dependencies = [ - "arrow 23.0.0", - "arrow_ext", + "arrow_deps", "byteorder", - "bytes_ext", + "bytes 0.1.0", "chrono", - "datafusion 12.0.0", "murmur3", "paste 1.0.8", "proto 0.1.0", - "protobuf", "serde", "serde_derive", - "serde_json", "snafu 0.6.10", - "sqlparser 0.23.0", + "sqlparser 0.18.0", ] [[package]] name = "common_types" -version = "0.1.0" -source = "git+https://github.com/CeresDB/ceresdb.git?rev=f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8#f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8" +version = "0.4.0" dependencies = [ - "arrow_deps", + "arrow 23.0.0", + "arrow_ext", "byteorder", - "bytes 0.1.0", + "bytes_ext", "chrono", + "datafusion 12.0.0", "murmur3", "paste 1.0.8", - "proto 0.1.0 (git+https://github.com/CeresDB/ceresdb.git?rev=f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8)", + "proto 0.4.0", + "protobuf", "serde", "serde_derive", + "serde_json", "snafu 0.6.10", - "sqlparser 0.18.0", + "sqlparser 0.23.0", ] [[package]] name = "common_util" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arrow 23.0.0", "backtrace", "chrono", - "common_types 0.1.0", + "common_types 0.4.0", "crossbeam-utils 0.8.11", "env_logger", "gag", @@ -1105,7 +1105,7 @@ dependencies = [ "nix 0.22.3", "pin-project-lite", "prometheus 0.12.0", - "proto 0.1.0", + "proto 0.4.0", "serde", "serde_derive", "slog", @@ -1695,13 +1695,13 @@ dependencies = [ [[package]] name = "df_operator" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arrow 23.0.0", "base64 0.13.0", "bincode", "chrono", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "datafusion 12.0.0", "datafusion-expr 12.0.0", @@ -2654,14 +2654,14 @@ dependencies = [ [[package]] name = "interpreters" -version = "0.1.0" +version = "0.4.0" dependencies = [ "analytic_engine", "arrow 23.0.0", "async-trait", "catalog", "catalog_impls", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "datafusion 12.0.0", "datafusion-expr 12.0.0", @@ -3008,7 +3008,7 @@ dependencies = [ [[package]] name = "logger" -version = "0.1.0" +version = "0.4.0" dependencies = [ "chrono", "log", @@ -3110,11 +3110,11 @@ dependencies = [ [[package]] name = "meta_client" -version = "0.1.0" +version = "0.4.0" dependencies = [ "async-trait", "ceresdbproto 0.1.0 (git+https://github.com/CeresDB/ceresdbproto.git?rev=29cb0c6fba76401fd9a4ae5b8cacc9002ad78650)", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "futures 0.3.21", "log", @@ -3562,7 +3562,7 @@ dependencies = [ [[package]] name = "object_store" -version = "0.1.0" +version = "0.4.0" dependencies = [ "async-trait", "bytes 1.2.1", @@ -3908,7 +3908,7 @@ dependencies = [ [[package]] name = "parquet_ext" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arrow 23.0.0", "arrow_ext", @@ -4129,7 +4129,7 @@ dependencies = [ [[package]] name = "profile" -version = "0.1.0" +version = "0.4.0" dependencies = [ "jemalloc-ctl", "jemalloc-sys", @@ -4249,6 +4249,7 @@ dependencies = [ [[package]] name = "proto" version = "0.1.0" +source = "git+https://github.com/CeresDB/ceresdb.git?rev=f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8#f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8" dependencies = [ "protobuf", "protobuf-builder", @@ -4256,8 +4257,7 @@ dependencies = [ [[package]] name = "proto" -version = "0.1.0" -source = "git+https://github.com/CeresDB/ceresdb.git?rev=f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8#f6c9a5b03e23b04e6a06c4f73756f1be9551c0f8" +version = "0.4.0" dependencies = [ "protobuf", "protobuf-builder", @@ -4330,11 +4330,11 @@ dependencies = [ [[package]] name = "query_engine" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arrow 23.0.0", "async-trait", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "datafusion 12.0.0", "datafusion-expr 12.0.0", @@ -5062,7 +5062,7 @@ dependencies = [ [[package]] name = "server" -version = "0.1.0" +version = "0.4.0" dependencies = [ "analytic_engine", "arrow 23.0.0", @@ -5072,7 +5072,7 @@ dependencies = [ "catalog", "ceresdbproto 0.1.0 (git+https://github.com/CeresDB/ceresdbproto.git?rev=29cb0c6fba76401fd9a4ae5b8cacc9002ad78650)", "cluster", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "datafusion 12.0.0", "df_operator", @@ -5223,7 +5223,7 @@ dependencies = [ [[package]] name = "skiplist" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arena", "bytes 1.2.1", @@ -5387,12 +5387,12 @@ checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" [[package]] name = "sql" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arrow 23.0.0", "catalog", "ceresdbproto 0.1.0 (git+https://github.com/CeresDB/ceresdbproto.git?rev=29cb0c6fba76401fd9a4ae5b8cacc9002ad78650)", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "datafusion 12.0.0", "datafusion-expr 12.0.0", @@ -5595,16 +5595,16 @@ dependencies = [ [[package]] name = "system_catalog" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arrow 23.0.0", "async-trait", "catalog", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "futures 0.3.21", "log", - "proto 0.1.0", + "proto 0.4.0", "protobuf", "snafu 0.6.10", "table_engine", @@ -5613,18 +5613,18 @@ dependencies = [ [[package]] name = "table_engine" -version = "0.1.0" +version = "0.4.0" dependencies = [ "arrow 23.0.0", "async-trait", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "datafusion 12.0.0", "datafusion-expr 12.0.0", "futures 0.3.21", "log", "parquet 23.0.0", - "proto 0.1.0", + "proto 0.4.0", "protobuf", "serde", "serde_derive", @@ -5635,7 +5635,7 @@ dependencies = [ [[package]] name = "table_kv" -version = "0.1.0" +version = "0.4.0" dependencies = [ "common_util", "log", @@ -6304,7 +6304,7 @@ dependencies = [ [[package]] name = "tracing_util" -version = "0.1.0" +version = "0.4.0" dependencies = [ "lazy_static", "tracing", @@ -6544,11 +6544,11 @@ checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" [[package]] name = "wal" -version = "0.1.0" +version = "0.4.0" dependencies = [ "async-trait", "chrono", - "common_types 0.1.0", + "common_types 0.4.0", "common_util", "env_logger", "futures 0.3.21", diff --git a/Cargo.toml b/Cargo.toml index daeb8fe7b9..5475e2501c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,14 @@ [package] name = "ceresdb" -version = "0.1.0" +version = "0.4.0-alpha" authors = ["CeresDB Authors "] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [workspace.package] +version = "0.4.0-alpha" +authors = ["CeresDB Authors "] edition = "2021" [workspace] diff --git a/analytic_engine/Cargo.toml b/analytic_engine/Cargo.toml index 404b20a57d..1ab80fb02a 100644 --- a/analytic_engine/Cargo.toml +++ b/analytic_engine/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "analytic_engine" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/benchmarks/Cargo.toml b/benchmarks/Cargo.toml index 4be963e0f4..bdec3266ee 100644 --- a/benchmarks/Cargo.toml +++ b/benchmarks/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "benchmarks" -version = "0.1.0" - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/catalog/Cargo.toml b/catalog/Cargo.toml index 95f087673a..6c60931db6 100644 --- a/catalog/Cargo.toml +++ b/catalog/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "catalog" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/catalog_impls/Cargo.toml b/catalog_impls/Cargo.toml index 6a62662d5c..8b148c68a4 100644 --- a/catalog_impls/Cargo.toml +++ b/catalog_impls/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "catalog_impls" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/cluster/Cargo.toml b/cluster/Cargo.toml index c7012f8466..7c69024394 100644 --- a/cluster/Cargo.toml +++ b/cluster/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "cluster" -version = "0.1.0" - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -21,4 +20,4 @@ serde_derive = { workspace = true } serde_json = { workspace = true } snafu = { workspace = true } table_engine = { workspace = true } -tokio = { workspace = true } \ No newline at end of file +tokio = { workspace = true } diff --git a/common_types/Cargo.toml b/common_types/Cargo.toml index 510e3a5fe6..1ea5f7b918 100644 --- a/common_types/Cargo.toml +++ b/common_types/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "common_types" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/common_util/Cargo.toml b/common_util/Cargo.toml index d3eb1959c5..796b4679e5 100644 --- a/common_util/Cargo.toml +++ b/common_util/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "common_util" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/components/arena/Cargo.toml b/components/arena/Cargo.toml index c24ea3639e..de2808c38f 100644 --- a/components/arena/Cargo.toml +++ b/components/arena/Cargo.toml @@ -1,12 +1,10 @@ [package] name = "arena" -version = "0.1.0" -authors = ["Ruihang Xia "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -parking_lot = "0.11.1" \ No newline at end of file +parking_lot = "0.11.1" diff --git a/components/arrow_ext/Cargo.toml b/components/arrow_ext/Cargo.toml index 164bc1657c..bc228362e4 100644 --- a/components/arrow_ext/Cargo.toml +++ b/components/arrow_ext/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "arrow_ext" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/components/bytes_ext/Cargo.toml b/components/bytes_ext/Cargo.toml index 2018e062f9..18d9a9a9a7 100644 --- a/components/bytes_ext/Cargo.toml +++ b/components/bytes_ext/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "bytes_ext" -version = "0.1.0" - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/components/logger/Cargo.toml b/components/logger/Cargo.toml index 0c5abd5239..91480051a8 100644 --- a/components/logger/Cargo.toml +++ b/components/logger/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "logger" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/components/object_store/Cargo.toml b/components/object_store/Cargo.toml index 2ae88d3864..56292b74d8 100644 --- a/components/object_store/Cargo.toml +++ b/components/object_store/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "object_store" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true [dependencies] async-trait = { workspace = true } diff --git a/components/parquet_ext/Cargo.toml b/components/parquet_ext/Cargo.toml index 76d82a69e3..571a7ca4bd 100644 --- a/components/parquet_ext/Cargo.toml +++ b/components/parquet_ext/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "parquet_ext" -version = "0.1.0" - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html @@ -14,4 +13,4 @@ bytes = { workspace = true } lru = "0.7.0" parquet = { workspace = true } parquet-format = "4.0.0" -thrift = "0.13" \ No newline at end of file +thrift = "0.13" diff --git a/components/profile/Cargo.toml b/components/profile/Cargo.toml index f3384f20ec..62bb4086a7 100644 --- a/components/profile/Cargo.toml +++ b/components/profile/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "profile" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] diff --git a/components/skiplist/Cargo.toml b/components/skiplist/Cargo.toml index 680ab9b967..5c9b5bd988 100644 --- a/components/skiplist/Cargo.toml +++ b/components/skiplist/Cargo.toml @@ -1,10 +1,9 @@ [package] name = "skiplist" -version = "0.1.0" -authors = ["Jay Lee "] +version.workspace = true +edition.workspace = true +authors = ["Jay Lee ", "CeresDB Authors "] -[package.edition] -workspace = true [dependencies] rand = { workspace = true } diff --git a/components/table_kv/Cargo.toml b/components/table_kv/Cargo.toml index 4511f26519..29a6c182b3 100644 --- a/components/table_kv/Cargo.toml +++ b/components/table_kv/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "table_kv" -version = "0.1.0" - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/components/tracing_util/Cargo.toml b/components/tracing_util/Cargo.toml index 0f03320aa3..b56c7908f0 100644 --- a/components/tracing_util/Cargo.toml +++ b/components/tracing_util/Cargo.toml @@ -1,13 +1,11 @@ [package] name = "tracing_util" -version = "0.1.0" -authors = ["Databend Authors "] +version.workspace = true +edition.workspace = true +authors = ["Databend Authors ", "CeresDB Authors "] license = "Apache-2.0" publish = false -[package.edition] -workspace = true - [dependencies] # In alphabetical order lazy_static = { workspace = true } tracing = "0.1.26" diff --git a/df_operator/Cargo.toml b/df_operator/Cargo.toml index 2ba540fa64..4a5ff0ea5d 100644 --- a/df_operator/Cargo.toml +++ b/df_operator/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "df_operator" -version = "0.1.0" - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/interpreters/Cargo.toml b/interpreters/Cargo.toml index b3cd0d8965..968488ffb2 100644 --- a/interpreters/Cargo.toml +++ b/interpreters/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "interpreters" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/meta_client/Cargo.toml b/meta_client/Cargo.toml index da1738e54a..6395565700 100644 --- a/meta_client/Cargo.toml +++ b/meta_client/Cargo.toml @@ -1,9 +1,8 @@ [package] name = "meta_client" -version = "0.1.0" - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/proto/Cargo.toml b/proto/Cargo.toml index a22dff09ff..829226dc48 100644 --- a/proto/Cargo.toml +++ b/proto/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "proto" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/query_engine/Cargo.toml b/query_engine/Cargo.toml index a4c7373d1d..cb93bb2d74 100644 --- a/query_engine/Cargo.toml +++ b/query_engine/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "query_engine" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/server/Cargo.toml b/server/Cargo.toml index aa847fbea8..567be159c6 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "server" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/sql/Cargo.toml b/sql/Cargo.toml index 9102ee84b1..cb8fa7d364 100644 --- a/sql/Cargo.toml +++ b/sql/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "sql" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/system_catalog/Cargo.toml b/system_catalog/Cargo.toml index 30b42fae59..56f6c834f1 100644 --- a/system_catalog/Cargo.toml +++ b/system_catalog/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "system_catalog" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/table_engine/Cargo.toml b/table_engine/Cargo.toml index e2003c07f9..8c976fad80 100644 --- a/table_engine/Cargo.toml +++ b/table_engine/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "table_engine" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/wal/Cargo.toml b/wal/Cargo.toml index f5cdecd559..9490b26e7d 100644 --- a/wal/Cargo.toml +++ b/wal/Cargo.toml @@ -1,10 +1,8 @@ [package] name = "wal" -version = "0.1.0" -authors = ["CeresDB Authors "] - -[package.edition] -workspace = true +version.workspace = true +authors.workspace = true +edition.workspace = true [features] test = ["tempfile", "futures"]