Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Stop using deprecated actions-rs/install
Instead, directly call `cargo install` to install the rust tools. Additionally, in light of the recent proc-macro2 regression in svd2rust, pass the `--locked` flag, to ensure the correct and deterministic versions get built.
- Loading branch information