Skip to content

Commit

Permalink
chore: version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 4, 2024
1 parent 5783e3c commit c7e4256
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@ amplify = "4.0.0"
cyphergraphy = { path = "cyphergraphy", version = "0.2.0" }
cypheraddr = { path = "addr", version = "0.3.0" }
eidolon-auth = { path = "eidolon", version = "0.2.0" }
socks5-client = { path = "socks5-client", version = "0.3.0" }
socks5-client = { path = "socks5-client", version = "0.4.0" }

###
### Main package (`cyphernet`)
###

[package]
name = "cyphernet"
version = "0.4.1"
version = "0.4.2"
description = "Cyphernet is a set of libraries for privacy-preserving networking apps"
keywords = ["privacy", "noise-protocol", "cypherpunk", "tor", "nym"]
categories = ["network-programming", "cryptography", "encoding"]
Expand Down
2 changes: 1 addition & 1 deletion socks5-client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "socks5-client"
version = "0.3.0"
version = "0.4.0"
description = "Socks5 clinet minimalistic library"
keywords = ["cyphernet", "privacy", "noise", "end-to-end", "ecryption"]
categories = ["network-programming", "cryptography"]
Expand Down

0 comments on commit c7e4256

Please sign in to comment.