summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 20:05:45 +0800
committercyqsimon <28627918+cyqsimon@users.noreply.github.com>2023-08-25 20:05:45 +0800
commitfb176a5212e2e1aba41e181648723e8048da2a2c (patch)
tree2eb6ad2d758f24f94c5e2d3111d7390990f2f2d8
parente9aa59fa0e056dc4b51083eb21f9d2a1f851b29d (diff)
Set edition 2021
-rw-r--r--Cargo.toml2
-rw-r--r--rustfmt.toml1
2 files changed, 1 insertions, 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"