LDeakin opened a new issue, #811:
URL: https://github.com/apache/arrow-rs-object-store/issues/811
The 1.85 MSRV is inaccurate with all features
```
error[E0658]: `let` expressions in this position are unstable
-->
/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object_store-0.14.1/src/client/token.rs:81:12
|
81 | if let Some(cache) = self.cache.read().await.as_ref()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667>
for more information
error[E0658]: `let` expressions in this position are unstable
-->
/home/runner/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/object_store-0.14.1/src/client/token.rs:88:12
|
88 | if let Some(cache) = guard.as_ref()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667>
for more information
For more information about this error, try `rustc --explain E0658`.
error: could not compile `object_store` (lib) due to 2 previous errors
```
See
https://github.com/zarrs/zarrs_object_store/actions/runs/29831899978/job/88638534711
The CI action that calls cargo-msrv could append `--all-features` to catch
this.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]