[Bug 272138] Mk/Uses/cargo.mk: Prints CARGO_CRATES with a missing dependency
Date: Thu, 22 Jun 2023 08:45:16 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=272138 Mikael Urankar <mikael@FreeBSD.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mikael@FreeBSD.org --- Comment #1 from Mikael Urankar <mikael@FreeBSD.org> --- Cargo.lock is missing the "source" info: Edit cargo.lock with: [[package]] name = "render_as_tree" version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "594bb9d6ccbe9ce86c7c0bdddcc9f2c6b962f9467805134d738b5939d39d33dd" then: cat Cargo.lock | awk -f /usr/ports/Mk/Scripts/cargo-crates.awk This should be reported upstream, they've edited cargo.lock manually and not used cargo -- You are receiving this mail because: You are on the CC list for the bug.