Bump MSRV
This commit is contained in:
parent
924cd4c36c
commit
15f875a06e
@ -1,7 +1,7 @@
|
||||
language: "rust"
|
||||
cache: "cargo"
|
||||
rust:
|
||||
- 1.34.2
|
||||
- 1.36.0
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
|
@ -1,5 +1,9 @@
|
||||
# [unreleased]
|
||||
|
||||
Breaking changes:
|
||||
|
||||
* Our Minimum Supported Rust Version is now 1.36.0
|
||||
|
||||
# 0.11.2
|
||||
|
||||
Improvements:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"]
|
||||
|
||||
|
@ -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::{
|
||||
|
Loading…
x
Reference in New Issue
Block a user