move 0.18.5 to private fork until Rust toolchain 1.76.0 release

Summary:
Unfortunately the more time I've spent with this the more I've realized how poorly the whole `polars` import in `fbsource` (`third-party/pypi:polars` + `third-party/rust:polars` + `third-party/rust:polars-py`) has been done. To be fair it is quite a complicated use case and definitely the largest dep footprint Rust/Python module in all of `fbsource`. For more context see T179532760 but this is the 1st step of many to fix everything and hopefully move `polars` out of `third-party/rust` completely.

That said, the work here allows me to land `1.76.0` without having to upgrade `pyo3` + `polars` + `libcst` + tons of other crates (stack @ D53776888) and do that with more time on my hands post land.

Reviewed By: dtolnay

Differential Revision: D53858402

fbshipit-source-id: 3644897f2b569ebc23463dd35aba77bd5c59fca6
This commit is contained in:
Dimitris Iliopoulos 2024-02-16 15:11:39 -08:00 committed by Facebook GitHub Bot
parent 9ab20ea8e8
commit ce99a9536c
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
[patch.crates-io]
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }
arrow2 = { git = "https://github.com/diliop/arrow2", rev = "03647f0a32669aaaa90447aa4ca448b9b44cd1fb" }
base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "d278c56adfa39a0723c79bdcd461644194bc5138" }
bindgen = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" }
bindgen-cli = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" }

View File

@ -100,6 +100,7 @@ toml = "0.8.4"
[patch.crates-io]
abomonation = { git = "https://github.com/markbt/abomonation", rev = "0f43346d2afa2aedc64d61f3f4273e8d1e454642" }
arrow2 = { git = "https://github.com/diliop/arrow2", rev = "03647f0a32669aaaa90447aa4ca448b9b44cd1fb" }
base64urlsafedata = { git = "https://github.com/kanidm/webauthn-rs.git", rev = "d278c56adfa39a0723c79bdcd461644194bc5138" }
bindgen = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" }
bindgen-cli = { git = "https://github.com/rust-lang/rust-bindgen", rev = "2997017b5a3065b83e9d76f0080d6cb99c94c0c1" }