From 49665b906f6221239912be36d06d9ff02979cbac Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Thu, 21 Oct 2021 03:41:42 -0700 Subject: [PATCH] chore(cargo) use Rust edition 2021 --- fake-tcp/Cargo.toml | 2 +- phantun/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/fake-tcp/Cargo.toml b/fake-tcp/Cargo.toml index 0ba9cc3..0f1a518 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fake-tcp" version = "0.1.2" -edition = "2018" +edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0" repository = "https://github.com/dndx/phantun" diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index ca612b7..66ea879 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "phantun" version = "0.2.1" -edition = "2018" +edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0" repository = "https://github.com/dndx/phantun"