mirror of
https://github.com/RustCrypto/signatures
synced 2026-06-21 13:45:42 +00:00
Bump MSRV to 1.37
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ language: rust
|
||||
cache: cargo
|
||||
|
||||
rust:
|
||||
- 1.34.0
|
||||
- 1.37.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
||||
@@ -21,7 +21,7 @@ for bare-metal or WebAssembly programming.
|
||||
|
||||
## Minimum Supported Rust Version
|
||||
|
||||
All crates in this repository support Rust **1.34** or higher. In future minimum
|
||||
All crates in this repository support Rust **1.37** or higher. In future minimum
|
||||
supported Rust version can be changed, but it will be done with the minor
|
||||
version bump.
|
||||
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@ ECDSA implementations, including HSMs or Cloud KMS services.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Rust **1.34+**
|
||||
- Rust **1.37+**
|
||||
|
||||
## License
|
||||
|
||||
|
||||
+1
-1
@@ -23,7 +23,7 @@ Ed25519 implementations, including HSMs or Cloud KMS services.
|
||||
|
||||
## Requirements
|
||||
|
||||
- Rust **1.34+**
|
||||
- Rust **1.37+**
|
||||
|
||||
## License
|
||||
|
||||
|
||||
@@ -14,7 +14,7 @@ and public/secret keys composed thereof.
|
||||
|
||||
## Minimum Supported Rust Version
|
||||
|
||||
All crates in this repository support Rust **1.34** or higher.
|
||||
All crates in this repository support Rust **1.37** or higher.
|
||||
|
||||
Minimum supported Rust version can be changed in the future, but it will be
|
||||
done with a minor version bump.
|
||||
|
||||
@@ -16,7 +16,7 @@ Support is also planned for the [`ecdsa`][3] and [`rsa`][4] crates.
|
||||
|
||||
## Minimum Supported Rust Version
|
||||
|
||||
All crates in this repository support Rust **1.34** or higher.
|
||||
All crates in this repository support Rust **1.37** or higher.
|
||||
|
||||
Minimum supported Rust version can be changed in the future, but it will be
|
||||
done with a minor version bump.
|
||||
|
||||
Reference in New Issue
Block a user