@@ -9,24 +9,24 @@ members = [
99]
1010
1111[workspace .dependencies ]
12- polars = { version = " 0.46 .0" , default-features = false }
13- polars-core = { version = " 0.46 .0" , default-features = false }
14- polars-arrow = { version = " 0.46 .0" , default-features = false }
15- polars-ffi = { version = " 0.46 .0" , default-features = false }
16- polars-plan = { version = " 0.46 .0" , default-features = false }
17- polars-lazy = { version = " 0.46 .0" , default-features = false }
18- polars-python = {version = " 0.46 .0" , default-features = false }
19- polars-utils = {version = " 0.46 .0" , default-features = false }
12+ polars = { version = " 0.48 .0" , default-features = false }
13+ polars-core = { version = " 0.48 .0" , default-features = false }
14+ polars-arrow = { version = " 0.48 .0" , default-features = false }
15+ polars-ffi = { version = " 0.48 .0" , default-features = false }
16+ polars-plan = { version = " 0.48 .0" , default-features = false }
17+ polars-lazy = { version = " 0.48 .0" , default-features = false }
18+ polars-python = { version = " 0.48 .0" , default-features = false }
19+ polars-utils = { version = " 0.48 .0" , default-features = false }
2020
2121[workspace .dependencies .arrow ]
2222package = " polars-arrow"
23- version = " 0.46 .0"
23+ version = " 0.48 .0"
2424path = " ../polars/crates/polars-arrow"
2525default-features = false
2626
27- # [patch.crates-io]
28- # polars = { git = "https://github.com/pola-rs/polars.git" }
29- # polars-core = { git = "https://github.com/pola-rs/polars.git" }
30- # polars-ffi = { git = "https://github.com/pola-rs/polars.git" }
31- # polars-plan = { git = "https://github.com/pola-rs/polars.git" }
32- # polars-lazy = { git = "https://github.com/pola-rs/polars.git" }
27+ # [patch.crates-io]
28+ # polars = { git = "https://github.com/pola-rs/polars.git" }
29+ # polars-core = { git = "https://github.com/pola-rs/polars.git" }
30+ # polars-ffi = { git = "https://github.com/pola-rs/polars.git" }
31+ # polars-plan = { git = "https://github.com/pola-rs/polars.git" }
32+ # polars-lazy = { git = "https://github.com/pola-rs/polars.git" }
0 commit comments