Open sdroege opened 2 years ago
The only major problem with this is the tests and doc tests, right? It seems like it's safe to turn those off temporarily right before publish.
But wait, how come glib-macros is able to use { path = "../glib" }
without a version, but we can't do that here?
It seems like it's safe to turn those off temporarily right before publish.
You can't publish with local changes (unless you force cargo
), so that's not solving much :)
But wait, how come glib-macros is able to use
{ path = "../glib" }
without a version, but we can't do that here?
Very curious, how does that even work? Probably because it's a dev-dependency
but even then that shouldn't be allowed...
This prevents uploading them without
--no-verify
. gtk3-macros and glib-macros don't have such a problem.