From 04c1366af5e70620a0e08c743f660b607086e06e Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Wed, 18 Jan 2023 02:26:30 -0500 Subject: [PATCH] other: bump edition to 2021 (#987) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "] -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"