mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-11-25 13:27:33 +00:00
Upgrade to latest stable Rust and edition 2021
This commit is contained in:
parent
f3ca1fe6f7
commit
89bcc00e32
@ -3,8 +3,8 @@ name = "exa"
|
|||||||
description = "A modern replacement for ls"
|
description = "A modern replacement for ls"
|
||||||
authors = ["Benjamin Sago <ogham@bsago.me>"]
|
authors = ["Benjamin Sago <ogham@bsago.me>"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
edition = "2018"
|
edition = "2021"
|
||||||
rust-version = "1.56.1"
|
rust-version = "1.63.0"
|
||||||
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
|
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
homepage = "https://the.exa.website/"
|
homepage = "https://the.exa.website/"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
[toolchain]
|
[toolchain]
|
||||||
channel = "1.56.1"
|
channel = "1.63.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user