Meziu / rust-horizon

Empowering everyone to build reliable and efficient software.
https://www.rust-lang.org
Other
3 stars 1 forks source link

Fix merge conflicts and multiple libc dependencies #4

Closed AzureMarker closed 2 years ago

AzureMarker commented 2 years ago

This updates the libc dependency to use the patch mechanism at the workspace level. Previously there were two versions of libc in use, and now there is just one.

The patch must still happen in the std Cargo.toml and not just the workspace level Cargo.toml because of this build-std limitation: https://github.com/rust-lang/wg-cargo-std-aware/issues/78#issuecomment-1013894681

AzureMarker commented 2 years ago

@Meziu you may have missed this PR.