Bump MSRV to 1.37

This commit is contained in:
Jack Grigg
2019-12-07 21:27:09 +00:00
parent 608546fa3e
commit c82b51eabf
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ language: rust
cache: cargo
rust:
- 1.34.0
- 1.37.0
- stable
- beta
- nightly
+1 -1
View File
@@ -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
View File
@@ -24,7 +24,7 @@ ECDSA implementations, including HSMs or Cloud KMS services.
## Requirements
- Rust **1.34+**
- Rust **1.37+**
## License
+1 -1
View File
@@ -23,7 +23,7 @@ Ed25519 implementations, including HSMs or Cloud KMS services.
## Requirements
- Rust **1.34+**
- Rust **1.37+**
## License
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -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.