From 245cb9c7f47de1c9bd1452f00090f22c7e8638d9 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sat, 16 Apr 2022 03:47:02 -0700 Subject: [PATCH] chore(fake-tcp) release `v0.4.0` --- fake-tcp/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fake-tcp/Cargo.toml b/fake-tcp/Cargo.toml index d9064ce..7523f71 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fake-tcp" -version = "0.3.1" +version = "0.4.0" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0"