fallintoplace opened a new pull request, #2632:
URL: https://github.com/apache/iceberg-rust/pull/2632

   ## Summary
   
   - Install `[email protected]` with `--locked` in the Makefile.
   - Keep the existing Taplo version while preventing transitive dependency 
drift during CI installs.
   
   ## Root cause
   
   `cargo install [email protected]` resolves dependencies at install time. After 
`time 0.3.48` was published, `taplo v0.13.2` can fail to compile with `E0119` 
during `make check-toml`. The original TOML formatting command used a locked 
install, and this restores that property for the pinned Taplo version.
   
   ## Tests
   
   - `make check-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: [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