I want to carefully release the new version of the box to give users the opportunity to check it first. How can I let it go to crates.io as beta? (similar to how npm has @next
tagged releases).
This should not be a change, so I will not increase the version of semver-major. I don’t want it to be automatically selected when users cargo upgrade
before the beta period expires.
What version syntax should I use for release?
Do I need to use any special options when releasing?
How do users use cargo
/ Cargo.toml
to enter beta?
source
share