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"