feat(all): Require rust 1.32

This commit is contained in:
Alexis Mousset
2019-05-05 20:07:38 +02:00
parent c33de49fbb
commit 4828cf4e92
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ rust:
- stable
- beta
- nightly
- 1.30.0
- 1.32.0
matrix:
allow_failures:
- rust: nightly
@@ -26,4 +26,4 @@ script:
- cargo test --verbose --all --all-features
after_success:
- ./.build-scripts/codecov.sh
- '[ "$TRAVIS_BRANCH" = "v0.9.x" ] && [ $TRAVIS_PULL_REQUEST = false ] && ./.build-scripts/site-upload.sh'
- '[ "$TRAVIS_RUST_VERSION" = "stable" ] && [ "$TRAVIS_BRANCH" = "v0.9.x" ] && [ $TRAVIS_PULL_REQUEST = false ] && ./.build-scripts/site-upload.sh'

View File

@@ -34,7 +34,7 @@ Lettre provides the following features:
## Example
This library requires Rust 1.26 or newer.
This library requires Rust 1.32 or newer.
To use this library, add the following to your `Cargo.toml`:
```toml

View File

@@ -10,7 +10,7 @@ Lettre is an email library that allows creating and sending messages. It provide
The `lettre_email` crate allows you to compose messages, and the `lettre`
provide transports to send them.
Lettre requires Rust 1.26 or newer. Add the following to your `Cargo.toml`:
Lettre requires Rust 1.32 or newer. Add the following to your `Cargo.toml`:
```toml
[dependencies]