Skip to content

Commit

Permalink
bump msrv to 1.63
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalkuthe committed Jan 18, 2023
1 parent 9530fab commit 02baba3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/msrv-rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.61.0"
channel = "1.63.0"
components = ["rustfmt", "rust-src"]
2 changes: 2 additions & 0 deletions helix-term/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#![allow(clippy::type_complexity)]

#[macro_use]
extern crate helix_view;

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.61.0"
channel = "1.63.0"
components = ["rustfmt", "rust-src"]

0 comments on commit 02baba3

Please sign in to comment.