From ca14ba457fc687dac2e223e8859d6627382c4d3f Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sun, 10 Apr 2022 01:36:45 -0700 Subject: [PATCH] chore(fake-tcp) bump to `v0.3.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 31b99ef..39cc4d3 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fake-tcp" -version = "0.2.4" +version = "0.3.0" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0"