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"]