Conversation
|
@wezm thanks for the PR! Are we able to make this change in the |
|
You could add an explicit dependency |
|
Yeah, I'm worried a future dependency update will change the version of |
|
I'd be surprised if the version in the lockfile went backwards to an incompatible version, but I'll update the PR when I get a moment to include a base version in the |
Fixes compilation on loongarch64
|
Righto, I've pushed an update. |
Summary
Fixes compilation on loongarch64. The previous version of
libcin the lock file is missing definitions forloongarch64architecture. This PR bumpslibcto a compatible version.Preflight checklist
$ cargo fmt) (code unchanged)$ cargo clippy) (code unchanged)