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