From 15f875a06e2ca053b9304f8801c6829ffa94eead Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 22 Nov 2019 11:03:48 +0100 Subject: [PATCH] Bump MSRV --- .travis.yml | 2 +- CHANGELOG.md | 4 ++++ README.md | 2 +- ruma-api-macros/src/lib.rs | 2 +- src/lib.rs | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 87cbf132..04c81b29 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index ecced0ad..a6229d21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # [unreleased] +Breaking changes: + +* Our Minimum Supported Rust Version is now 1.36.0 + # 0.11.2 Improvements: diff --git a/README.md b/README.md index eea65d54..9496681a 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ These types can be shared by client and server code for all Matrix APIs. ## Minimum Rust version -ruma-api requires Rust 1.34.2 or later. +ruma-api requires Rust 1.36.0 or later. ## Documentation diff --git a/ruma-api-macros/src/lib.rs b/ruma-api-macros/src/lib.rs index 8b9c3240..051e1d09 100644 --- a/ruma-api-macros/src/lib.rs +++ b/ruma-api-macros/src/lib.rs @@ -9,7 +9,7 @@ // missing_docs, # Uncomment when https://github.com/rust-lang/rust/pull/60562 is released. )] #![allow(clippy::cognitive_complexity)] -// 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 = "256"] diff --git a/src/lib.rs b/src/lib.rs index 66e7cfbb..355e4dee 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,7 +12,7 @@ #![warn(rust_2018_idioms)] #![deny(missing_copy_implementations, 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::{