This can be useful to make sure that a project builds when its fallbacks are used on systems where external dependencies satisfy the version requirements, or to easily hack on the sources of a dependency for which a fallback exists.pull/3312/head
parent
aef1a81b35
commit
31f0242a6f
5 changed files with 23 additions and 6 deletions
@ -0,0 +1,3 @@ |
|||||||
|
A new wrap mode was added, `--wrap-mode=forcefallback`. When this is set, |
||||||
|
dependencies for which a fallback was provided will always use it, even |
||||||
|
if an external dependency exists and satisfies the version requirements. |
Loading…
Reference in new issue