From 3219cb9f38a8298cea86ea3eea36b535e2b55747 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Sat, 9 Oct 2021 09:31:55 -0700 Subject: [PATCH] chore(fake-tcp) bump version to 0.1.2 --- 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 7c1c96c..0ba9cc3 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fake-tcp" -version = "0.1.1" +version = "0.1.2" edition = "2018" authors = ["Datong Sun "] license = "MIT OR Apache-2.0"