From d227cd4384dbca7c2a7aa2ed8821ab43fba62dca Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Sat, 30 Nov 2019 11:25:06 +0100 Subject: [PATCH] Change MSRV to 1.36 (due to smallvec update) --- .travis.yml | 2 +- README.md | 2 +- website/src/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index f568f0b..9d0e1ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,7 @@ rust: - stable - beta - nightly -- 1.34.0 +- 1.36.0 matrix: allow_failures: - rust: nightly diff --git a/README.md b/README.md index 405cfae..be70f67 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [![Crate](https://img.shields.io/crates/v/lettre.svg)](https://crates.io/crates/lettre) [![Docs](https://docs.rs/lettre/badge.svg)](https://docs.rs/lettre/) -[![Required Rust version](https://img.shields.io/badge/rustc-1.34-green.svg)]() +[![Required Rust version](https://img.shields.io/badge/rustc-1.36-green.svg)]() [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) [![Gitter](https://badges.gitter.im/lettre/lettre.svg)](https://gitter.im/lettre/lettre?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) diff --git a/website/src/README.md b/website/src/README.md index c4c4186..4c131fe 100644 --- a/website/src/README.md +++ b/website/src/README.md @@ -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.34 or newer. Add the following to your `Cargo.toml`: +Lettre requires Rust 1.36 or newer. Add the following to your `Cargo.toml`: ```toml [dependencies]