From 89bcc00e323c37d82d8fe0c924d281a25e8bfbf3 Mon Sep 17 00:00:00 2001 From: Victor Song Date: Fri, 30 Sep 2022 22:18:46 -0400 Subject: [PATCH] Upgrade to latest stable Rust and edition 2021 --- Cargo.toml | 4 ++-- rust-toolchain.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 965caab..10dea67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,8 +3,8 @@ name = "exa" description = "A modern replacement for ls" authors = ["Benjamin Sago "] categories = ["command-line-utilities"] -edition = "2018" -rust-version = "1.56.1" +edition = "2021" +rust-version = "1.63.0" exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"] readme = "README.md" homepage = "https://the.exa.website/" diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 071aaaa..6a423bf 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,2 +1,2 @@ [toolchain] -channel = "1.56.1" +channel = "1.63.0"