File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616#
1717
1818[workspace ]
19+ resolver = " 2"
1920members = [
2021 " native-engine/datafusion-ext-commons" ,
2122 " native-engine/datafusion-ext-exprs" ,
@@ -27,6 +28,9 @@ members = [
2728 " native-engine/auron-memmgr" ,
2829]
2930
31+ [workspace .package ]
32+ edition = " 2024"
33+
3034[workspace .lints .rust ]
3135# Pending processing (temporarily allow)
3236unused_variables = " allow"
Original file line number Diff line number Diff line change 1919name = " auron-jni-bridge"
2020version = " 0.1.0"
2121license = " Apache-2.0"
22- edition = " 2024 "
23- resolver = " 1 "
22+ edition.workspace = true
23+
2424[lints ]
2525workspace = true
2626
Original file line number Diff line number Diff line change 1919name = " auron-memmgr"
2020version = " 0.1.0"
2121license = " Apache-2.0"
22- edition = " 2024"
22+ edition.workspace = true
23+
2324[lints ]
2425workspace = true
2526
Original file line number Diff line number Diff line change 1919name = " auron-planner"
2020version = " 0.1.0"
2121license = " Apache-2.0"
22- edition = " 2024"
22+ edition.workspace = true
23+
2324[lints ]
2425workspace = true
2526
Original file line number Diff line number Diff line change 1919name = " auron"
2020version = " 0.1.0"
2121license = " Apache-2.0"
22- edition = " 2024 "
23- resolver = " 1 "
22+ edition.workspace = true
23+
2424[lints ]
2525workspace = true
2626
@@ -68,7 +68,7 @@ optional = true
6868features = [" disable_initial_exec_tls" ]
6969
7070[dependencies .jemalloc_pprof ]
71- version = " 0.8.2 "
71+ version = " 0.8.0 "
7272features = [" symbolize" ]
7373optional = true
7474
Original file line number Diff line number Diff line change 1919name = " datafusion-ext-commons"
2020version = " 0.1.0"
2121license = " Apache-2.0"
22- edition = " 2024 "
23- resolver = " 1 "
22+ edition.workspace = true
23+
2424[lints ]
2525workspace = true
2626
Original file line number Diff line number Diff line change 1919name = " datafusion-ext-exprs"
2020version = " 0.1.0"
2121license = " Apache-2.0"
22- edition = " 2024 "
23- resolver = " 1 "
22+ edition.workspace = true
23+
2424[lints ]
2525workspace = true
2626
Original file line number Diff line number Diff line change 1919name = " datafusion-ext-functions"
2020version = " 0.1.0"
2121license = " Apache-2.0"
22- edition = " 2024 "
23- resolver = " 1 "
22+ edition.workspace = true
23+
2424[lints ]
2525workspace = true
2626
Original file line number Diff line number Diff line change 1919name = " datafusion-ext-plans"
2020version = " 0.1.0"
2121license = " Apache-2.0"
22- edition = " 2024 "
23- resolver = " 1 "
22+ edition.workspace = true
23+
2424[lints ]
2525workspace = true
2626
You can’t perform that action at this time.
0 commit comments