We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What should we add to the initial release ?
TL;DR "it's tested sane" a.k.a "it builds, it tests, it benches, it's no_std, it's crypto is sane" ?
Release 0.23.0 train
default-features = false
no_std
alloc
no_std/alloc
getrandom
need to raise some more issues me thinks
The text was updated successfully, but these errors were encountered:
I think it might make sense to match version numbers with rustls to make compatibility more obvious
Sorry, something went wrong.
So first release would be 0.23.0 ?
Started an issue for it :)
0.23.0+0.1.0
No branches or pull requests
What should we add to the initial release ?
TL;DR "it's tested sane" a.k.a "it builds, it tests, it benches, it's no_std, it's crypto is sane" ?
Release 0.23.0 train
default-features = false
where possible #43no_std
gating - gate-inalloc
#36no_std/alloc
#38no_std
withgetrandom
#56need to raise some more issues me thinks
The text was updated successfully, but these errors were encountered: