summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2021-10-22 18:23:11 +0200
committerCanop <cano.petrole@gmail.com>2021-10-22 18:23:11 +0200
commit395c8510fff4bbe511a922a38f549678a31fefdf (patch)
treea5d4dd5dfdab33e91f1cac9f71677d26fd0f363d /Cargo.toml
parent555cb87d1a60441f98a2b91697c8a5b3e59f3f40 (diff)
set minimal rust version
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c94c34f..fa78e7d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -5,12 +5,13 @@ authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"
description = "A new file manager"
-edition = "2018"
+edition = "2021"
keywords = ["cli", "fuzzy", "tree", "search", "file"]
license = "MIT"
categories = ["command-line-utilities"]
readme = "README.md"
build = "build.rs"
+rust-version = "1.56"
exclude = ["website", "broot*.zip"]
[features]