From 02baba34cd3306ba8f3d7542a35fe84c3d252d34 Mon Sep 17 00:00:00 2001 From: Pascal Kuthe Date: Wed, 18 Jan 2023 14:08:26 +0100 Subject: [PATCH] bump msrv to 1.63 --- .github/workflows/msrv-rust-toolchain.toml | 2 +- helix-term/src/lib.rs | 2 ++ rust-toolchain.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/msrv-rust-toolchain.toml b/.github/workflows/msrv-rust-toolchain.toml index b169d31e6f55e..ace4f5f96e55c 100644 --- a/.github/workflows/msrv-rust-toolchain.toml +++ b/.github/workflows/msrv-rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.61.0" +channel = "1.63.0" components = ["rustfmt", "rust-src"] diff --git a/helix-term/src/lib.rs b/helix-term/src/lib.rs index a945b20dedafa..412cbd1d9a998 100644 --- a/helix-term/src/lib.rs +++ b/helix-term/src/lib.rs @@ -1,3 +1,5 @@ +#![allow(clippy::type_complexity)] + #[macro_use] extern crate helix_view; diff --git a/rust-toolchain.toml b/rust-toolchain.toml index b169d31e6f55e..ace4f5f96e55c 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,3 +1,3 @@ [toolchain] -channel = "1.61.0" +channel = "1.63.0" components = ["rustfmt", "rust-src"]