From b9f5fd796e1748ee531b12cf6a36a90c8d87e8ce Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Sun, 24 Nov 2019 15:43:13 +0100 Subject: [PATCH] Bump MSRV to 1.36.0 --- .travis.yml | 6 +++--- README.md | 2 +- ruma-events-macros/src/lib.rs | 2 +- src/lib.rs | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 91b7c8fc..b2bd64e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,7 @@ language: "rust" cache: "cargo" rust: - - 1.34.2 + - 1.36.0 - stable - beta - nightly @@ -13,7 +13,7 @@ jobs: before_script: - rustup component add rustfmt - | - if [ "$TRAVIS_RUST_VERSION" != "1.34.2" ]; then + if [ "$TRAVIS_RUST_VERSION" != "1.36.0" ]; then rustup component add clippy fi - | @@ -28,7 +28,7 @@ script: fi - cargo fmt --all -- --check - | - if [ "$TRAVIS_RUST_VERSION" != "1.34.2" ]; then + if [ "$TRAVIS_RUST_VERSION" != "1.36.0" ]; then cargo clippy --all --all-targets --all-features -- -D warnings fi - cargo build --all --verbose diff --git a/README.md b/README.md index 8bc8a9ef..4bc87087 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## Minimum Rust version -ruma-events requires Rust 1.34.2 or later. +ruma-events requires Rust 1.36.0 or later. ## Documentation diff --git a/ruma-events-macros/src/lib.rs b/ruma-events-macros/src/lib.rs index 8ba09dda..8304edb1 100644 --- a/ruma-events-macros/src/lib.rs +++ b/ruma-events-macros/src/lib.rs @@ -27,7 +27,7 @@ clippy::wrong_pub_self_convention, clippy::wrong_self_convention )] -// Since we support Rust 1.34.2, we can't apply this suggestion yet +// Since we support Rust 1.36.0, we can't apply this suggestion yet #![allow(clippy::use_self)] #![recursion_limit = "128"] diff --git a/src/lib.rs b/src/lib.rs index 395832ef..d2aa9948 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -111,7 +111,7 @@ #![warn(rust_2018_idioms)] #![deny(missing_debug_implementations, missing_docs)] -// Since we support Rust 1.34.2, we can't apply this suggestion yet +// Since we support Rust 1.36.0, we can't apply this suggestion yet #![allow(clippy::use_self)] use std::{