From fd86162450d57d1932b9f2d1de69b747a8b94f55 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Wed, 23 Aug 2023 20:52:46 +0200 Subject: [PATCH] Version 0.1.6 Signed-off-by: Jacob Kiers --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 48e7cbf..4950352 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -136,7 +136,7 @@ dependencies = [ [[package]] name = "fourth" -version = "0.1.5" +version = "0.1.6" dependencies = [ "byte_string", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 573eeca..f0eaa6e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fourth" -version = "0.1.5" +version = "0.1.6" edition = "2021" authors = ["LI Rui "] license = "Apache-2.0" @@ -27,4 +27,4 @@ time = { version = "0.3.1", features = ["local-offset", "formatting"] } tokio = { version = "1.0", features = ["full"] } bytes = "1.1" -byte_string = "1" \ No newline at end of file +byte_string = "1"