lerouxrgd commented on code in PR #3027: URL: https://github.com/apache/avro/pull/3027#discussion_r1682802382
########## lang/rust/Cargo.toml: ########## @@ -34,7 +34,7 @@ authors = ["Apache Avro team <d...@avro.apache.org>"] license = "Apache-2.0" repository = "https://github.com/apache/avro" edition = "2021" -rust-version = "1.70.0" +rust-version = "1.73.0" Review Comment: This is required by `std::thread_local!`'s `LocalKey` when wrapped in a `Cell` for having get/set methods available, as you can see [in the doc](https://doc.rust-lang.org/std/thread/struct.LocalKey.html#method.get). Bumping MSRV was actually advised by clippy. -- 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...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org