tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
806 stars 70 forks source link

`-dev` version causes issues with patching #599

Open ctron opened 3 months ago

ctron commented 3 months ago

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.

jeremyandrews commented 3 months ago

Solved by #591