From 086e2b4766c7f8065e6d2a658668b1f6d94c8320 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Fri, 25 Aug 2023 23:11:29 +0200 Subject: [PATCH] Tag 0.1.7 Critical bug fixes Signed-off-by: Jacob Kiers --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4950352..3e4c447 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "fourth" -version = "0.1.6" +version = "0.1.7" dependencies = [ "byte_string", "bytes", diff --git a/Cargo.toml b/Cargo.toml index f0eaa6e..cbe70b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fourth" -version = "0.1.6" +version = "0.1.7" edition = "2021" authors = ["LI Rui "] license = "Apache-2.0"