Kriskras99 commented on code in PR #501:
URL: https://github.com/apache/avro-rs/pull/501#discussion_r2891928725
##########
.github/workflows/test-lang-rust-ci.yml:
##########
@@ -61,6 +61,16 @@ jobs:
target: aarch64-unknown-linux-gnu
steps:
+ - uses: taiki-e/install-action@v2
+ if: matrix.rust == 'nightly'
+ with:
+ tool: cargo-expand
Review Comment:
Looking at the release notes of `cargo-expand` it is very stable. The last
release with a change that can potentially impact output was in July 2025. I
think it's more likely that a update in the compiler will change the output.
If we pin the version in the CI, developers will also need to pin their
local version. Let's use a unpinned version for now, we can always pin the
version if it becomes a problem.
--
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]