xxchan commented on PR #849:
URL: https://github.com/apache/iceberg-rust/pull/849#issuecomment-2562903289

   MSRV check failed again for `iceberg`. I think check-in `Cargo.lock` 
(https://github.com/apache/iceberg-rust/pull/844) is a must for MSRV check. 
Otherwise we can't do things like `cargo update home --precise 0.5.9` to lock 
the dependency version
   
   
   
   ```
   ❯ cargo msrv verify
     [Meta]   cargo-msrv 0.17.0                                                 
                                                                                
   
   Compatibility Check #1: Rust 1.77.1
     [FAIL]   Is incompatible 
                                                                                
                                                                  
     
╭───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
     │ error: package `home v0.5.11` cannot be built because it requires rustc 
1.81 or newer, while the currently active rustc version is 1.77.1 │
     │ Either upgrade to rustc 1.81 or newer, or use                            
                                                                 │
     │ cargo update home@0.5.11 --precise ver                                   
                                                                 │
     │ where `ver` is the latest version of `home` supporting rustc 1.77.1      
                                                                 │
     │                                                                          
                                                                 │
     
╰───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
                                                                                
                                                                  
   
   
   Crate source was found to be incompatible with Rust version '1.77.1' 
specified as MSRV in the Cargo manifest located at 
'/Users/xxchan/Projects/iceberg-rust/crates/iceberg/Cargo.toml'%  
   ```


-- 
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: issues-unsubscr...@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to