From 7419a2f6e49948f032ecbef4eb6403cb3fab2726 Mon Sep 17 00:00:00 2001 From: Dr Maxim Orlovsky Date: Fri, 14 Apr 2023 14:39:10 +0200 Subject: [PATCH] release v0.2.01 with fixed buffer flushing --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 083dda9..b115807 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -393,7 +393,7 @@ dependencies = [ [[package]] name = "netservices" -version = "0.3.0" +version = "0.2.1" dependencies = [ "amplify", "bitcoin_hashes", diff --git a/Cargo.toml b/Cargo.toml index 5cb9225..51f9e14 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ keywords = ["privacy", "cypherpunk", "tor", "microservices", "reactor"] categories = ["network-programming", "cryptography", "concurrency"] homepage = "https://cyphernet.org" repository = "https://github.com/Cyphernet-DAO/rust-netservices" -version = "0.3.0" +version = "0.2.1" rust-version = "1.65" edition = "2021" license = "Apache-2.0"