cargo keeps smashing core_io patch #81

Closed
opened 2021-05-29 13:33:37 +08:00 by sb10q · 1 comment

e.g. from artiq-zynq:

$ cargo update -p libasync
    Updating git repository `https://git.m-labs.hk/M-Labs/zynq-rs.git`
    Updating crates.io index
warning: Patch `core_io v0.1.20200410 (https://git.m-labs.hk/M-Labs/zynq-rs.git#7b29ab26)` was not used in the crate graph.
Check that the patched package version and available features are compatible
with the dependency requirements. If the patch has a different version from
what is locked in the Cargo.lock file, run `cargo update` to use the new
version. This may also occur with an optional dependency that is not enabled.
    Removing core_io v0.1.20200410 (https://git.m-labs.hk/M-Labs/zynq-rs.git#ba252e72)
      Adding core_io v0.1.20210325
e.g. from artiq-zynq: ``` $ cargo update -p libasync Updating git repository `https://git.m-labs.hk/M-Labs/zynq-rs.git` Updating crates.io index warning: Patch `core_io v0.1.20200410 (https://git.m-labs.hk/M-Labs/zynq-rs.git#7b29ab26)` was not used in the crate graph. Check that the patched package version and available features are compatible with the dependency requirements. If the patch has a different version from what is locked in the Cargo.lock file, run `cargo update` to use the new version. This may also occur with an optional dependency that is not enabled. Removing core_io v0.1.20200410 (https://git.m-labs.hk/M-Labs/zynq-rs.git#ba252e72) Adding core_io v0.1.20210325 ```
Poster
Owner

While cargo's behavior is annoying, newer upstream core_io happens to work for our purposes, so this is a moot problem.

While cargo's behavior is annoying, newer upstream core_io happens to work for our purposes, so this is a moot problem.
sb10q closed this issue 2021-05-29 15:16:59 +08:00
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/zynq-rs#81
There is no content yet.