specifying rust 1.53 for arrow and parquet crate#724
specifying rust 1.53 for arrow and parquet crate#724jimexist wants to merge 1 commit intoapache:masterfrom
arrow and parquet crate#724Conversation
|
actually this doesn't work. see also https://doc.rust-lang.org/nightly/cargo/reference/manifest.html#the-rust-version-field but sadly this is nightly |
Codecov Report
@@ Coverage Diff @@
## master #724 +/- ##
=======================================
Coverage 82.51% 82.51%
=======================================
Files 168 168
Lines 47647 47647
=======================================
Hits 39317 39317
Misses 8330 8330 Continue to review full report at Codecov.
|
|
I feel like we could still merge as is and wait for the stable toolchain to catch up evetually. |
sadly this option is ready in 1.56 by which time rust edition 2021 is already out |
For now it only displays a warning, no? |
|
An alternate is to document that arrow rs only tests on the latest rust stable: #726 If the goal is to ensure that the |
Which issue does this PR close?
specifying rust 1.53 for
arrowandparquetcrate.related #714, as in here the
pat_paramsis introduced.Closes #.
Rationale for this change
What changes are included in this PR?
Are there any user-facing changes?