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
Having the versions in git with -dev seems to create issues when patching.
Ideally, one can path a dependency like this:
[patch.crates-io]
goose = { git = "" }
However, due to the fact that goose in git is version 0.17.3-dev, one must also change the original version. In addition, doing that, it breaks the use of goose-eggs, because that still requires 0.17.3, even in its git repo.
The text was updated successfully, but these errors were encountered:
Having the versions in git with
-dev
seems to create issues when patching.Ideally, one can path a dependency like this:
However, due to the fact that
goose
in git is version0.17.3-dev
, one must also change the original version. In addition, doing that, it breaks the use ofgoose-eggs
, because that still requires0.17.3
, even in its git repo.The text was updated successfully, but these errors were encountered: