You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For packaging purposes we want to fetch the locked sources, but this is unfortunately not possible:
$ cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
warning: profiles for the non root package will be ignored, specify profiles at the workspace root:
package: /home/user/Downloads/cyclonedx-rust-cargo/cargo-cyclonedx/Cargo.toml
workspace: /home/user/Downloads/cyclonedx-rust-cargo/Cargo.toml
Updating crates.io index
error: the lock file /home/user/Downloads/cyclonedx-rust-cargo/Cargo.lock needs to be updated but --locked was passed to prevent this
If you want to try to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.
The text was updated successfully, but these errors were encountered:
Hi! 👋
I package this project for Arch Linux. When trying to upgrade to 0.5.2 I noticed that the lock file has not been updated:
cyclonedx-rust-cargo/Cargo.lock
Line 230 in 23e4666
For packaging purposes we want to fetch the locked sources, but this is unfortunately not possible:
The text was updated successfully, but these errors were encountered: