From 8d78aa85ffd25a71ed9e16cfbf0ec9c7a2fcba21 Mon Sep 17 00:00:00 2001 From: shellrow <81893184+shellrow@users.noreply.github.com> Date: Tue, 3 May 2022 14:50:07 +0900 Subject: [PATCH] Update Rust edition to 2021 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1c3187b..287e1a1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "default-net" version = "0.9.0" authors = ["shellrow "] -edition = "2018" +edition = "2021" description = "Cross-platform library for network interface and gateway" repository = "https://github.com/shellrow/default-net" readme = "README.md"