Compare commits

...

2 Commits

Author SHA1 Message Date
4da1e2f336 Merge pull request 'these features are stabilized now' (#10) from stabilized_features into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #10
2021-10-13 22:38:16 -04:00
3212017511 these features are stabilized now 2021-10-13 20:37:37 -06:00

View File

@ -1,6 +1,4 @@
#![allow(incomplete_features)]
#![feature(const_generics)]
#![feature(seek_convenience)]
pub mod crypto;
pub mod packet;