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
cargo-marker currently uses cargo_fetch as a wrapper around cargo. The dependency was added in #126 to support fetching crates from git and later from crates.io.
I think the best approach would be to remove that dependency and bind to cargo directly. That binding will require some maintenance with every release, but that's just a part of Marker, similar to updating the toolchain every release.
cargo-marker
currently usescargo_fetch
as a wrapper aroundcargo
. The dependency was added in #126 to support fetching crates from git and later fromcrates.io
.Sadly,
cargo_fetch
seems to be currently unmaintained: Niki4tap/cargo_fetch#1I think the best approach would be to remove that dependency and bind to
cargo
directly. That binding will require some maintenance with every release, but that's just a part of Marker, similar to updating the toolchain every release.Hopefully, at some point we'll get: rust-lang/cargo#1861
The text was updated successfully, but these errors were encountered: