From 34d2350d1ced2c01e3f4d893e0107d5977cd8f28 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Wed, 20 Nov 2024 07:04:08 -0800 Subject: [PATCH] chore(cargo): bump `fake-tcp` version to `0.6.0` and `phantun` to `0.7.0` --- 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 e02163a..e4a195d 100644 --- a/fake-tcp/Cargo.toml +++ b/fake-tcp/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fake-tcp" -version = "0.5.0" +version = "0.6.0" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0" diff --git a/phantun/Cargo.toml b/phantun/Cargo.toml index a64082c..07130fb 100644 --- a/phantun/Cargo.toml +++ b/phantun/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "phantun" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["Datong Sun "] license = "MIT OR Apache-2.0"