diff --git a/Cargo.lock b/Cargo.lock index 334fc7e72..e44100134 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -344,7 +344,7 @@ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" [[package]] name = "auron" -version = "0.1.0" +version = "8.0.0" dependencies = [ "arrow", "auron-jni-bridge", @@ -373,7 +373,7 @@ dependencies = [ [[package]] name = "auron-jni-bridge" -version = "0.1.0" +version = "8.0.0" dependencies = [ "datafusion", "jni", @@ -384,7 +384,7 @@ dependencies = [ [[package]] name = "auron-memmgr" -version = "0.1.0" +version = "8.0.0" dependencies = [ "async-trait", "auron-jni-bridge", @@ -401,7 +401,7 @@ dependencies = [ [[package]] name = "auron-planner" -version = "0.1.0" +version = "8.0.0" dependencies = [ "arrow", "base64", @@ -1174,7 +1174,7 @@ dependencies = [ [[package]] name = "datafusion-ext-commons" -version = "0.1.0" +version = "8.0.0" dependencies = [ "arrow", "arrow-schema", @@ -1200,7 +1200,7 @@ dependencies = [ [[package]] name = "datafusion-ext-exprs" -version = "0.1.0" +version = "8.0.0" dependencies = [ "arrow", "auron-jni-bridge", @@ -1215,7 +1215,7 @@ dependencies = [ [[package]] name = "datafusion-ext-functions" -version = "0.1.0" +version = "8.0.0" dependencies = [ "arrow", "auron-jni-bridge", @@ -1233,7 +1233,7 @@ dependencies = [ [[package]] name = "datafusion-ext-plans" -version = "0.1.0" +version = "8.0.0" dependencies = [ "arrow", "arrow-schema", diff --git a/Cargo.toml b/Cargo.toml index 126597140..35d22dcf2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,6 +27,11 @@ members = [ "native-engine/auron-memmgr", ] +[workspace.package] +version = "8.0.0" +license = "Apache-2.0" +edition = "2024" + [workspace.lints.rust] # Pending processing (temporarily allow) unused_variables = "allow" diff --git a/native-engine/auron-jni-bridge/Cargo.toml b/native-engine/auron-jni-bridge/Cargo.toml index eccd41ecd..e9e7226a6 100644 --- a/native-engine/auron-jni-bridge/Cargo.toml +++ b/native-engine/auron-jni-bridge/Cargo.toml @@ -17,9 +17,9 @@ [package] name = "auron-jni-bridge" -version = "0.1.0" -license = "Apache-2.0" -edition = "2024" +version = { workspace = true } +license = { workspace = true } +edition = { workspace = true } resolver = "1" [lints] workspace = true diff --git a/native-engine/auron-memmgr/Cargo.toml b/native-engine/auron-memmgr/Cargo.toml index fe0b84eb7..ed701ab88 100644 --- a/native-engine/auron-memmgr/Cargo.toml +++ b/native-engine/auron-memmgr/Cargo.toml @@ -17,9 +17,10 @@ [package] name = "auron-memmgr" -version = "0.1.0" -license = "Apache-2.0" -edition = "2024" +version = { workspace = true } +license = { workspace = true } +edition = { workspace = true } +resolver = "1" [lints] workspace = true diff --git a/native-engine/auron-planner/Cargo.toml b/native-engine/auron-planner/Cargo.toml index e39553d45..5a98c9fdb 100644 --- a/native-engine/auron-planner/Cargo.toml +++ b/native-engine/auron-planner/Cargo.toml @@ -17,9 +17,10 @@ [package] name = "auron-planner" -version = "0.1.0" -license = "Apache-2.0" -edition = "2024" +version = { workspace = true } +license = { workspace = true } +edition = { workspace = true } +resolver = "1" [lints] workspace = true diff --git a/native-engine/auron/Cargo.toml b/native-engine/auron/Cargo.toml index f0eab0e5a..8d38d2954 100644 --- a/native-engine/auron/Cargo.toml +++ b/native-engine/auron/Cargo.toml @@ -17,9 +17,9 @@ [package] name = "auron" -version = "0.1.0" -license = "Apache-2.0" -edition = "2024" +version = { workspace = true } +license = { workspace = true } +edition = { workspace = true } resolver = "1" [lints] workspace = true diff --git a/native-engine/datafusion-ext-commons/Cargo.toml b/native-engine/datafusion-ext-commons/Cargo.toml index c5d7ed2d0..7bd229db9 100644 --- a/native-engine/datafusion-ext-commons/Cargo.toml +++ b/native-engine/datafusion-ext-commons/Cargo.toml @@ -17,9 +17,9 @@ [package] name = "datafusion-ext-commons" -version = "0.1.0" -license = "Apache-2.0" -edition = "2024" +version = { workspace = true } +license = { workspace = true } +edition = { workspace = true } resolver = "1" [lints] workspace = true diff --git a/native-engine/datafusion-ext-exprs/Cargo.toml b/native-engine/datafusion-ext-exprs/Cargo.toml index e59a71825..7240b2ece 100644 --- a/native-engine/datafusion-ext-exprs/Cargo.toml +++ b/native-engine/datafusion-ext-exprs/Cargo.toml @@ -17,9 +17,9 @@ [package] name = "datafusion-ext-exprs" -version = "0.1.0" -license = "Apache-2.0" -edition = "2024" +version = { workspace = true } +license = { workspace = true } +edition = { workspace = true } resolver = "1" [lints] workspace = true diff --git a/native-engine/datafusion-ext-functions/Cargo.toml b/native-engine/datafusion-ext-functions/Cargo.toml index 39bf352d7..ffaac79ec 100644 --- a/native-engine/datafusion-ext-functions/Cargo.toml +++ b/native-engine/datafusion-ext-functions/Cargo.toml @@ -17,9 +17,9 @@ [package] name = "datafusion-ext-functions" -version = "0.1.0" -license = "Apache-2.0" -edition = "2024" +version = { workspace = true } +license = { workspace = true } +edition = { workspace = true } resolver = "1" [lints] workspace = true diff --git a/native-engine/datafusion-ext-plans/Cargo.toml b/native-engine/datafusion-ext-plans/Cargo.toml index bdc556162..d47e81f39 100644 --- a/native-engine/datafusion-ext-plans/Cargo.toml +++ b/native-engine/datafusion-ext-plans/Cargo.toml @@ -17,9 +17,9 @@ [package] name = "datafusion-ext-plans" -version = "0.1.0" -license = "Apache-2.0" -edition = "2024" +version = { workspace = true } +license = { workspace = true } +edition = { workspace = true } resolver = "1" [lints] workspace = true