Bump MSRV to 1.29.0

This commit is contained in:
Steven Roose 2021-03-08 10:12:06 +00:00
parent e44e4b27d8
commit 335025d573
No known key found for this signature in database
GPG Key ID: 2F2A88D7F8D68E87
2 changed files with 4 additions and 2 deletions

View File

@ -9,7 +9,7 @@ matrix:
env: BENCHES=false
- rust: nightly
env: BENCHES=true
- rust: 1.22.0
- rust: 1.29.0
env: BENCHES=false
before_install:
@ -19,6 +19,8 @@ before_install:
script:
- cargo build --verbose
- cargo test --verbose
- cargo build --verbose --no-default-features
- cargo test --verbose --no-default-features
- cargo build --verbose --features rand,all-languages
- cargo test --verbose --features rand,all-languages
# benchmarks

View File

@ -28,5 +28,5 @@ Use the `all-languages` feature to enable all languages.
## MSRV
This crate supports Rust v1.22 and up.
This crate supports Rust v1.29 and up.