kanidm / webauthn-rs

An implementation of webauthn components for Rustlang servers
Mozilla Public License 2.0
488 stars 80 forks source link

Things that you only find during a release #437

Closed Firstyear closed 5 months ago

Firstyear commented 5 months ago

As is tradition, during a release you find everything that doesn't work like git dependencies, missing versions in the workspace, missing items in Cargo.toml etc. This is a smattering of smaller tidy ups to fix these during the cargo publish process.

Firstyear commented 4 months ago

Probably need to make a "no git/paths in the cargo.toml" check somewhere in the release planning 😄

We hit a lot of problems with libraries not doing releases with features we needed, but I think mostly they are fixed now?