@@ -14,7 +14,7 @@ default-members = [
1414# ]
1515
1616[workspace .package ]
17- version = " 0.43.0 "
17+ version = " 0.43.1 "
1818authors = [" Ritchie Vink <ritchie46@gmail.com>" ]
1919edition = " 2021"
2020homepage = " https://www.pola.rs/"
@@ -96,35 +96,35 @@ version_check = "0.9.4"
9696xxhash-rust = { version = " 0.8.6" , features = [" xxh3" ] }
9797zstd = " 0.13"
9898
99- polars = { version = " 0.43.0 " , path = " crates/polars" , default-features = false }
100- polars-compute = { version = " 0.43.0 " , path = " crates/polars-compute" , default-features = false }
101- polars-core = { version = " 0.43.0 " , path = " crates/polars-core" , default-features = false }
102- polars-error = { version = " 0.43.0 " , path = " crates/polars-error" , default-features = false }
103- polars-expr = { version = " 0.43.0 " , path = " crates/polars-expr" , default-features = false }
104- polars-ffi = { version = " 0.43.0 " , path = " crates/polars-ffi" , default-features = false }
105- polars-io = { version = " 0.43.0 " , path = " crates/polars-io" , default-features = false }
106- polars-json = { version = " 0.43.0 " , path = " crates/polars-json" , default-features = false }
107- polars-lazy = { version = " 0.43.0 " , path = " crates/polars-lazy" , default-features = false }
108- polars-mem-engine = { version = " 0.43.0 " , path = " crates/polars-mem-engine" , default-features = false }
109- polars-ops = { version = " 0.43.0 " , path = " crates/polars-ops" , default-features = false }
110- polars-parquet = { version = " 0.43.0 " , path = " crates/polars-parquet" , default-features = false }
111- polars-pipe = { version = " 0.43.0 " , path = " crates/polars-pipe" , default-features = false }
112- polars-plan = { version = " 0.43.0 " , path = " crates/polars-plan" , default-features = false }
113- polars-python = { version = " 0.43.0 " , path = " crates/polars-python" , default-features = false }
114- polars-row = { version = " 0.43.0 " , path = " crates/polars-row" , default-features = false }
115- polars-schema = { version = " 0.43.0 " , path = " crates/polars-schema" , default-features = false }
116- polars-sql = { version = " 0.43.0 " , path = " crates/polars-sql" , default-features = false }
117- polars-stream = { version = " 0.43.0 " , path = " crates/polars-stream" , default-features = false }
118- polars-time = { version = " 0.43.0 " , path = " crates/polars-time" , default-features = false }
119- polars-utils = { version = " 0.43.0 " , path = " crates/polars-utils" , default-features = false }
99+ polars = { version = " 0.43.1 " , path = " crates/polars" , default-features = false }
100+ polars-compute = { version = " 0.43.1 " , path = " crates/polars-compute" , default-features = false }
101+ polars-core = { version = " 0.43.1 " , path = " crates/polars-core" , default-features = false }
102+ polars-error = { version = " 0.43.1 " , path = " crates/polars-error" , default-features = false }
103+ polars-expr = { version = " 0.43.1 " , path = " crates/polars-expr" , default-features = false }
104+ polars-ffi = { version = " 0.43.1 " , path = " crates/polars-ffi" , default-features = false }
105+ polars-io = { version = " 0.43.1 " , path = " crates/polars-io" , default-features = false }
106+ polars-json = { version = " 0.43.1 " , path = " crates/polars-json" , default-features = false }
107+ polars-lazy = { version = " 0.43.1 " , path = " crates/polars-lazy" , default-features = false }
108+ polars-mem-engine = { version = " 0.43.1 " , path = " crates/polars-mem-engine" , default-features = false }
109+ polars-ops = { version = " 0.43.1 " , path = " crates/polars-ops" , default-features = false }
110+ polars-parquet = { version = " 0.43.1 " , path = " crates/polars-parquet" , default-features = false }
111+ polars-pipe = { version = " 0.43.1 " , path = " crates/polars-pipe" , default-features = false }
112+ polars-plan = { version = " 0.43.1 " , path = " crates/polars-plan" , default-features = false }
113+ polars-python = { version = " 0.43.1 " , path = " crates/polars-python" , default-features = false }
114+ polars-row = { version = " 0.43.1 " , path = " crates/polars-row" , default-features = false }
115+ polars-schema = { version = " 0.43.1 " , path = " crates/polars-schema" , default-features = false }
116+ polars-sql = { version = " 0.43.1 " , path = " crates/polars-sql" , default-features = false }
117+ polars-stream = { version = " 0.43.1 " , path = " crates/polars-stream" , default-features = false }
118+ polars-time = { version = " 0.43.1 " , path = " crates/polars-time" , default-features = false }
119+ polars-utils = { version = " 0.43.1 " , path = " crates/polars-utils" , default-features = false }
120120
121121[workspace .dependencies .arrow-format ]
122122package = " polars-arrow-format"
123123version = " 0.1.0"
124124
125125[workspace .dependencies .arrow ]
126126package = " polars-arrow"
127- version = " 0.43.0 "
127+ version = " 0.43.1 "
128128path = " crates/polars-arrow"
129129default-features = false
130130features = [
0 commit comments