@@ -14,7 +14,7 @@ default-members = [
1414# ]
1515
1616[workspace .package ]
17- version = " 0.39.2 "
17+ version = " 0.40.0 "
1818authors = [" Ritchie Vink <ritchie46@gmail.com>" ]
1919edition = " 2021"
2020homepage = " https://www.pola.rs/"
@@ -87,31 +87,31 @@ zstd = "0.13"
8787uuid = { version = " 1.7.0" , features = [" v4" ] }
8888arboard = { version = " 3.4.0" , default-features = false }
8989
90- polars = { version = " 0.39.2 " , path = " crates/polars" , default-features = false }
91- polars-compute = { version = " 0.39.2 " , path = " crates/polars-compute" , default-features = false }
92- polars-core = { version = " 0.39.2 " , path = " crates/polars-core" , default-features = false }
93- polars-error = { version = " 0.39.2 " , path = " crates/polars-error" , default-features = false }
94- polars-ffi = { version = " 0.39.2 " , path = " crates/polars-ffi" , default-features = false }
95- polars-io = { version = " 0.39.2 " , path = " crates/polars-io" , default-features = false }
96- polars-json = { version = " 0.39.2 " , path = " crates/polars-json" , default-features = false }
97- polars-lazy = { version = " 0.39.2 " , path = " crates/polars-lazy" , default-features = false }
98- polars-ops = { version = " 0.39.2 " , path = " crates/polars-ops" , default-features = false }
99- polars-parquet = { version = " 0.39.2 " , path = " crates/polars-parquet" , default-features = false }
100- polars-pipe = { version = " 0.39.2 " , path = " crates/polars-pipe" , default-features = false }
101- polars-plan = { version = " 0.39.2 " , path = " crates/polars-plan" , default-features = false }
102- polars-row = { version = " 0.39.2 " , path = " crates/polars-row" , default-features = false }
103- polars-sql = { version = " 0.39.2 " , path = " crates/polars-sql" , default-features = false }
104- polars-time = { version = " 0.39.2 " , path = " crates/polars-time" , default-features = false }
105- polars-utils = { version = " 0.39.2 " , path = " crates/polars-utils" , default-features = false }
106- polars-expr = { version = " 0.39.2 " , path = " crates/polars-expr" , default-features = false }
90+ polars = { version = " 0.40.0 " , path = " crates/polars" , default-features = false }
91+ polars-compute = { version = " 0.40.0 " , path = " crates/polars-compute" , default-features = false }
92+ polars-core = { version = " 0.40.0 " , path = " crates/polars-core" , default-features = false }
93+ polars-error = { version = " 0.40.0 " , path = " crates/polars-error" , default-features = false }
94+ polars-ffi = { version = " 0.40.0 " , path = " crates/polars-ffi" , default-features = false }
95+ polars-io = { version = " 0.40.0 " , path = " crates/polars-io" , default-features = false }
96+ polars-json = { version = " 0.40.0 " , path = " crates/polars-json" , default-features = false }
97+ polars-lazy = { version = " 0.40.0 " , path = " crates/polars-lazy" , default-features = false }
98+ polars-ops = { version = " 0.40.0 " , path = " crates/polars-ops" , default-features = false }
99+ polars-parquet = { version = " 0.40.0 " , path = " crates/polars-parquet" , default-features = false }
100+ polars-pipe = { version = " 0.40.0 " , path = " crates/polars-pipe" , default-features = false }
101+ polars-plan = { version = " 0.40.0 " , path = " crates/polars-plan" , default-features = false }
102+ polars-row = { version = " 0.40.0 " , path = " crates/polars-row" , default-features = false }
103+ polars-sql = { version = " 0.40.0 " , path = " crates/polars-sql" , default-features = false }
104+ polars-time = { version = " 0.40.0 " , path = " crates/polars-time" , default-features = false }
105+ polars-utils = { version = " 0.40.0 " , path = " crates/polars-utils" , default-features = false }
106+ polars-expr = { version = " 0.40.0 " , path = " crates/polars-expr" , default-features = false }
107107
108108[workspace .dependencies .arrow-format ]
109109package = " polars-arrow-format"
110110version = " 0.1.0"
111111
112112[workspace .dependencies .arrow ]
113113package = " polars-arrow"
114- version = " 0.39.2 "
114+ version = " 0.40.0 "
115115path = " crates/polars-arrow"
116116default-features = false
117117features = [
0 commit comments