@@ -14,7 +14,7 @@ default-members = [
1414# ]
1515
1616[workspace .package ]
17- version = " 0.41.1 "
17+ version = " 0.41.2 "
1818authors = [" Ritchie Vink <ritchie46@gmail.com>" ]
1919edition = " 2021"
2020homepage = " https://www.pola.rs/"
@@ -93,33 +93,33 @@ version_check = "0.9.4"
9393xxhash-rust = { version = " 0.8.6" , features = [" xxh3" ] }
9494zstd = " 0.13"
9595
96- polars = { version = " 0.41.1 " , path = " crates/polars" , default-features = false }
97- polars-compute = { version = " 0.41.1 " , path = " crates/polars-compute" , default-features = false }
98- polars-core = { version = " 0.41.1 " , path = " crates/polars-core" , default-features = false }
99- polars-error = { version = " 0.41.1 " , path = " crates/polars-error" , default-features = false }
100- polars-expr = { version = " 0.41.1 " , path = " crates/polars-expr" , default-features = false }
101- polars-ffi = { version = " 0.41.1 " , path = " crates/polars-ffi" , default-features = false }
102- polars-io = { version = " 0.41.1 " , path = " crates/polars-io" , default-features = false }
103- polars-json = { version = " 0.41.1 " , path = " crates/polars-json" , default-features = false }
104- polars-lazy = { version = " 0.41.1 " , path = " crates/polars-lazy" , default-features = false }
105- polars-mem-engine = { version = " 0.41.1 " , path = " crates/polars-mem-engine" , default-features = false }
106- polars-ops = { version = " 0.41.1 " , path = " crates/polars-ops" , default-features = false }
107- polars-parquet = { version = " 0.41.1 " , path = " crates/polars-parquet" , default-features = false }
108- polars-pipe = { version = " 0.41.1 " , path = " crates/polars-pipe" , default-features = false }
109- polars-plan = { version = " 0.41.1 " , path = " crates/polars-plan" , default-features = false }
110- polars-row = { version = " 0.41.1 " , path = " crates/polars-row" , default-features = false }
111- polars-sql = { version = " 0.41.1 " , path = " crates/polars-sql" , default-features = false }
112- polars-stream = { version = " 0.41.1 " , path = " crates/polars-stream" , default-features = false }
113- polars-time = { version = " 0.41.1 " , path = " crates/polars-time" , default-features = false }
114- polars-utils = { version = " 0.41.1 " , path = " crates/polars-utils" , default-features = false }
96+ polars = { version = " 0.41.2 " , path = " crates/polars" , default-features = false }
97+ polars-compute = { version = " 0.41.2 " , path = " crates/polars-compute" , default-features = false }
98+ polars-core = { version = " 0.41.2 " , path = " crates/polars-core" , default-features = false }
99+ polars-error = { version = " 0.41.2 " , path = " crates/polars-error" , default-features = false }
100+ polars-expr = { version = " 0.41.2 " , path = " crates/polars-expr" , default-features = false }
101+ polars-ffi = { version = " 0.41.2 " , path = " crates/polars-ffi" , default-features = false }
102+ polars-io = { version = " 0.41.2 " , path = " crates/polars-io" , default-features = false }
103+ polars-json = { version = " 0.41.2 " , path = " crates/polars-json" , default-features = false }
104+ polars-lazy = { version = " 0.41.2 " , path = " crates/polars-lazy" , default-features = false }
105+ polars-mem-engine = { version = " 0.41.2 " , path = " crates/polars-mem-engine" , default-features = false }
106+ polars-ops = { version = " 0.41.2 " , path = " crates/polars-ops" , default-features = false }
107+ polars-parquet = { version = " 0.41.2 " , path = " crates/polars-parquet" , default-features = false }
108+ polars-pipe = { version = " 0.41.2 " , path = " crates/polars-pipe" , default-features = false }
109+ polars-plan = { version = " 0.41.2 " , path = " crates/polars-plan" , default-features = false }
110+ polars-row = { version = " 0.41.2 " , path = " crates/polars-row" , default-features = false }
111+ polars-sql = { version = " 0.41.2 " , path = " crates/polars-sql" , default-features = false }
112+ polars-stream = { version = " 0.41.2 " , path = " crates/polars-stream" , default-features = false }
113+ polars-time = { version = " 0.41.2 " , path = " crates/polars-time" , default-features = false }
114+ polars-utils = { version = " 0.41.2 " , path = " crates/polars-utils" , default-features = false }
115115
116116[workspace .dependencies .arrow-format ]
117117package = " polars-arrow-format"
118118version = " 0.1.0"
119119
120120[workspace .dependencies .arrow ]
121121package = " polars-arrow"
122- version = " 0.41.1 "
122+ version = " 0.41.2 "
123123path = " crates/polars-arrow"
124124default-features = false
125125features = [
0 commit comments