Bumping minimum Rust version 1.14.0 -> 1.22.0, as per https://git.io/fhDLO

This commit is contained in:
François Garillot 2019-01-30 15:44:26 -08:00
parent bafef68c56
commit e69eabb36f
No known key found for this signature in database
GPG Key ID: 3E1EA1A9D2044742
3 changed files with 4 additions and 5 deletions

View File

@ -5,7 +5,7 @@ rust:
- stable
- beta
- nightly
- 1.14.0
- 1.22.0
os:
- linux
- windows
@ -16,7 +16,7 @@ matrix:
# - we insist on rust 1.14 only for Debian, and
# - "rand" is only an optional dependency.
exclude:
- rust: 1.14.0
- rust: 1.22.0
os: windows
script:

View File

@ -32,7 +32,7 @@ fuzztarget = []
[dev-dependencies]
rand = "0.6"
rand_core = "0.4"
rand_core = "0.3"
serde_test = "1.0"
[dependencies.rand]

View File

@ -20,5 +20,4 @@ Contributions to this library are welcome. A few guidelines:
* Any breaking changes must have an accompanied entry in CHANGELOG.md
* No new dependencies, please.
* No crypto should be implemented in Rust, with the possible exception of hash functions. Cryptographic contributions should be directed upstream to libsecp256k1.
* This library should always compile with any combination of features on **Rust 1.14**, which is the currently shipping compiler on Debian.
* This library should always compile with any combination of features on **Rust 1.22**.