Xuanwo commented on code in PR #445: URL: https://github.com/apache/iceberg-rust/pull/445#discussion_r1667358433
########## Makefile: ########## @@ -19,25 +19,31 @@ RUST_LOG = debug +RUST_NIGHTLY_CHANNEL = nightly-2024-06-10 Review Comment: Hi, my current plan is we have three rust version that need to test: - Development: the nightly version we picked to develop. The commit could be stable or MSRV. - MSRV: the MSRV we promised for downstream users. - Stable: the latest stable version of rust. -- 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]
