liurenjie1024 opened a new issue, #45:
URL: https://github.com/apache/iceberg-rust/issues/45

   Currently in `rust-toolchain.toml`, we use `stable` channel. While this 
ensures stable rust version, it still may introduce uncertainty. For example, 
when rust toolchain stable version get updated from 1.70 to 1.72, some tool 
behaviors (clippy, fmt) are changed. So I propose to modify it from `stable` to 
some specific version, e.g.
   
   channel = "1.72.0"
   
   With this approach, we can ensure all behaviors are reproducible, which 
helps to improve developer experience a lot.
   
   cc @Xuanwo @JanKaul @ZENOTME 
   
   


-- 
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]

Reply via email to