From 5ca223da71a0f73a7e4e5c560fd0f0cfc2699054 Mon Sep 17 00:00:00 2001 From: core Date: Wed, 21 Jun 2023 21:05:50 -0400 Subject: [PATCH] hotfix tfclient version --- tfclient/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tfclient/Cargo.toml b/tfclient/Cargo.toml index 6cbb715..08f4cca 100644 --- a/tfclient/Cargo.toml +++ b/tfclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tfclient" -version = "0.1.8" +version = "0.1.9" edition = "2021" description = "An open-source reimplementation of a Defined Networking-compatible client" license = "GPL-3.0-or-later" @@ -39,4 +39,4 @@ flate2 = "1.0.25" tar = "0.4.38" hex = "0.4.3" tempfile = "3.4.0" -sha2 = "0.10.6" \ No newline at end of file +sha2 = "0.10.6"