xxchan commented on PR #849: URL: https://github.com/apache/iceberg-rust/pull/849#issuecomment-2585765214
I tried to re-generate Cargo.lock using latest MSRV-aware resolver https://github.com/rust-lang/cargo/pull/14639 . `CARGO_RESOLVER_INCOMPATIBLE_RUST_VERSIONS=fallback cargo +stable generate-lockfile` But it seems that it doesn't automatically find the best version for me. So I manually fixed some (mainly AWS crates) with `cargo update --precise` <img width="674" alt="image" src="https://github.com/user-attachments/assets/0e410fa8-5065-4eb2-adc9-64842f797986" /> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
