summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMélanie Chauvel <perso@hack-libre.org>2022-03-26 13:55:42 +0100
committerMélanie Chauvel <perso@hack-libre.org>2022-05-08 03:13:03 +0200
commit8c2956a8fd8e26e0c852c669d321115e09646778 (patch)
tree6216102a164b40c8aa7b8aca88fe8d6f1baf6414
parent29422d8c9348ae820fa57e1a2ef83aaa47ac2f79 (diff)
Add rust-version in Cargo.toml
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 18aeacd..05f1cb7 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,6 +4,7 @@ description = "A modern replacement for ls"
authors = ["Benjamin Sago <ogham@bsago.me>"]
categories = ["command-line-utilities"]
edition = "2018"
+rust-version = "1.56.1"
exclude = ["/devtools/*", "/Justfile", "/Vagrantfile", "/screenshots.png"]
readme = "README.md"
homepage = "https://the.exa.website/"