From 30f0a1118b86e5c2b8cee050d0ac484399830df5 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Tue, 25 Oct 2022 08:35:49 -0700 Subject: [PATCH] chore(fake-tcp): bump to `v0.5.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 3ae3a56..05337b6 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fake-tcp" -version = "0.4.0" +version = "0.5.0" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0"