@@ -10,7 +10,7 @@ default-members = [
1010]
1111
1212[workspace .package ]
13- version = " 0.44.2 "
13+ version = " 0.45.0 "
1414authors = [" Ritchie Vink <ritchie46@gmail.com>" ]
1515edition = " 2021"
1616homepage = " https://www.pola.rs/"
@@ -92,36 +92,36 @@ version_check = "0.9.4"
9292xxhash-rust = { version = " 0.8.6" , features = [" xxh3" ] }
9393zstd = " 0.13"
9494
95- polars = { version = " 0.44.2 " , path = " crates/polars" , default-features = false }
96- polars-compute = { version = " 0.44.2 " , path = " crates/polars-compute" , default-features = false }
97- polars-core = { version = " 0.44.2 " , path = " crates/polars-core" , default-features = false }
98- polars-dylib = { version = " 0.44.2 " , path = " crates/polars-dylib" , default-features = false }
99- polars-error = { version = " 0.44.2 " , path = " crates/polars-error" , default-features = false }
100- polars-expr = { version = " 0.44.2 " , path = " crates/polars-expr" , default-features = false }
101- polars-ffi = { version = " 0.44.2 " , path = " crates/polars-ffi" , default-features = false }
102- polars-io = { version = " 0.44.2 " , path = " crates/polars-io" , default-features = false }
103- polars-json = { version = " 0.44.2 " , path = " crates/polars-json" , default-features = false }
104- polars-lazy = { version = " 0.44.2 " , path = " crates/polars-lazy" , default-features = false }
105- polars-mem-engine = { version = " 0.44.2 " , path = " crates/polars-mem-engine" , default-features = false }
106- polars-ops = { version = " 0.44.2 " , path = " crates/polars-ops" , default-features = false }
107- polars-parquet = { version = " 0.44.2 " , path = " crates/polars-parquet" , default-features = false }
108- polars-pipe = { version = " 0.44.2 " , path = " crates/polars-pipe" , default-features = false }
109- polars-plan = { version = " 0.44.2 " , path = " crates/polars-plan" , default-features = false }
110- polars-python = { version = " 0.44.2 " , path = " crates/polars-python" , default-features = false }
111- polars-row = { version = " 0.44.2 " , path = " crates/polars-row" , default-features = false }
112- polars-schema = { version = " 0.44.2 " , path = " crates/polars-schema" , default-features = false }
113- polars-sql = { version = " 0.44.2 " , path = " crates/polars-sql" , default-features = false }
114- polars-stream = { version = " 0.44.2 " , path = " crates/polars-stream" , default-features = false }
115- polars-time = { version = " 0.44.2 " , path = " crates/polars-time" , default-features = false }
116- polars-utils = { version = " 0.44.2 " , path = " crates/polars-utils" , default-features = false }
95+ polars = { version = " 0.45.0 " , path = " crates/polars" , default-features = false }
96+ polars-compute = { version = " 0.45.0 " , path = " crates/polars-compute" , default-features = false }
97+ polars-core = { version = " 0.45.0 " , path = " crates/polars-core" , default-features = false }
98+ polars-dylib = { version = " 0.45.0 " , path = " crates/polars-dylib" , default-features = false }
99+ polars-error = { version = " 0.45.0 " , path = " crates/polars-error" , default-features = false }
100+ polars-expr = { version = " 0.45.0 " , path = " crates/polars-expr" , default-features = false }
101+ polars-ffi = { version = " 0.45.0 " , path = " crates/polars-ffi" , default-features = false }
102+ polars-io = { version = " 0.45.0 " , path = " crates/polars-io" , default-features = false }
103+ polars-json = { version = " 0.45.0 " , path = " crates/polars-json" , default-features = false }
104+ polars-lazy = { version = " 0.45.0 " , path = " crates/polars-lazy" , default-features = false }
105+ polars-mem-engine = { version = " 0.45.0 " , path = " crates/polars-mem-engine" , default-features = false }
106+ polars-ops = { version = " 0.45.0 " , path = " crates/polars-ops" , default-features = false }
107+ polars-parquet = { version = " 0.45.0 " , path = " crates/polars-parquet" , default-features = false }
108+ polars-pipe = { version = " 0.45.0 " , path = " crates/polars-pipe" , default-features = false }
109+ polars-plan = { version = " 0.45.0 " , path = " crates/polars-plan" , default-features = false }
110+ polars-python = { version = " 0.45.0 " , path = " crates/polars-python" , default-features = false }
111+ polars-row = { version = " 0.45.0 " , path = " crates/polars-row" , default-features = false }
112+ polars-schema = { version = " 0.45.0 " , path = " crates/polars-schema" , default-features = false }
113+ polars-sql = { version = " 0.45.0 " , path = " crates/polars-sql" , default-features = false }
114+ polars-stream = { version = " 0.45.0 " , path = " crates/polars-stream" , default-features = false }
115+ polars-time = { version = " 0.45.0 " , path = " crates/polars-time" , default-features = false }
116+ polars-utils = { version = " 0.45.0 " , path = " crates/polars-utils" , default-features = false }
117117
118118[workspace .dependencies .arrow-format ]
119119package = " polars-arrow-format"
120120version = " 0.1.0"
121121
122122[workspace .dependencies .arrow ]
123123package = " polars-arrow"
124- version = " 0.44.2 "
124+ version = " 0.45.0 "
125125path = " crates/polars-arrow"
126126default-features = false
127127features = [
0 commit comments