summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-01-18 02:26:30 -0500
committerGitHub <noreply@github.com>2023-01-18 02:26:30 -0500
commit04c1366af5e70620a0e08c743f660b607086e06e (patch)
treef2faf50b37842afb7658b41997769262d75ef270
parentebaf10936a2595e0e923411e3bc6f1660ed93795 (diff)
other: bump edition to 2021 (#987)
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7911f692..d1a2aa63 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "bottom"
version = "0.7.2"
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
-edition = "2018" # TODO: Bump to 2021 at some point?
+edition = "2021"
repository = "https://github.com/ClementTsang/bottom"
keywords = ["cross-platform", "monitoring", "cli", "top", "tui"]
license = "MIT"