@@ -272,21 +272,21 @@ inherits = "release"
272272debug = true
273273strip = false
274274
275- # # Temporary arrow-rs patch until 57.2.0 is released
275+ # # Temporary arrow-rs patch until 58 is released
276276
277277[patch .crates-io ]
278- arrow = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
279- arrow-array = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
280- arrow-buffer = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
281- arrow-cast = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
282- arrow-data = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
283- arrow-ipc = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
284- arrow-schema = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
285- arrow-select = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
286- arrow-string = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
287- arrow-ord = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
288- arrow-flight = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
289- parquet = { git = " https://github.com/alamb /arrow-rs.git" , branch = " alamb/prepare_57.2.0 " }
278+ arrow = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
279+ arrow-array = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
280+ arrow-buffer = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
281+ arrow-cast = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
282+ arrow-data = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
283+ arrow-ipc = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
284+ arrow-schema = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
285+ arrow-select = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
286+ arrow-string = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
287+ arrow-ord = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
288+ arrow-flight = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
289+ parquet = { git = " https://github.com/apache /arrow-rs.git" , branch = " main " }
290290
291291# arrow = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow" }
292292# arrow-array = { path= "/Users/andrewlamb/Software/arrow-rs2/arrow-array" }
0 commit comments