From fb176a5212e2e1aba41e181648723e8048da2a2c Mon Sep 17 00:00:00 2001 From: cyqsimon <28627918+cyqsimon@users.noreply.github.com> Date: Fri, 25 Aug 2023 20:05:45 +0800 Subject: Set edition 2021 --- Cargo.toml | 2 +- rustfmt.toml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5b26017..cbcc2d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,5 +1,5 @@ [package] -edition = "2018" +edition = "2021" name = "bandwhich" description = "Display current network utilization by process, connection and remote IP/hostname" version = "0.20.0" diff --git a/rustfmt.toml b/rustfmt.toml index 32a9786..e69de29 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +0,0 @@ -edition = "2018" -- cgit v1.2.3