You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*NOTE: for password-based KDFs (e.g. Argon2, PBKDF2, scrypt), please see [RustCrypto/password-hashes]*
12
12
13
+
### Minimum Supported Rust Version (MSRV) Policy
14
+
15
+
MSRV bumps are considered breaking changes and will be performed only with minor version bump.
16
+
13
17
## License
14
18
15
19
All crates licensed under either of
@@ -21,19 +25,18 @@ at your option.
21
25
22
26
### Contribution
23
27
24
-
Unless you explicitly state otherwise, any contribution intentionally submitted
25
-
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
26
-
dual licensed as above, without any additional terms or conditions.
28
+
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
0 commit comments