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
I have a local Rust CLI tool that uses system76-firmware as a library. It used to be possible to update its system76-firmware dependency by running cargo update, however in the last couple days this is no longer working:
$ cargo --version
cargo 1.84.0 (66221abde 2024-11-19)
$ cargo update
Updating crates.io index
Updating git repository `https://github.com/pop-os/system76-firmware`
Updating git repository `https://github.com/system76/ecflash.git`
error: failed to get `ecflash` as a dependency of package `system76-firmware v1.0.68 (https://github.com/pop-os/system76-firmware#6e98acaa)`
... which satisfies git dependency `system76-firmware` of package `system76-firmware-daemon v0.1.0 (https://github.com/pop-os/system76-firmware#6e98acaa)`
... which satisfies git dependency `system76-firmware-daemon` of package `...`
Caused by:
failed to load source for dependency `ecflash`
Caused by:
Unable to update https://github.com/system76/ecflash.git?branch=stable
Caused by:
failed to find branch `stable`
Caused by:
cannot locate remote-tracking branch 'origin/stable'; class=Reference (4); code=NotFound (-3)
In case it might be relevant for reproducing the error, the environment where this update is being performed is starting with an empty CARGO_HOME directory.
Thanks for your review.
The text was updated successfully, but these errors were encountered:
I have a local Rust CLI tool that uses
system76-firmware
as a library. It used to be possible to update itssystem76-firmware
dependency by runningcargo update
, however in the last couple days this is no longer working:In case it might be relevant for reproducing the error, the environment where this update is being performed is starting with an empty
CARGO_HOME
directory.Thanks for your review.
The text was updated successfully, but these errors were encountered: