Skip to content

Commit

Permalink
chore: release eidolon and addr crates; make v0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 6, 2024
1 parent db1dd66 commit c21f49d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ license = "Apache-2.0"
[workspace.dependencies]
amplify = "4.6.0"
cyphergraphy = { path = "cyphergraphy", version = "0.3.0" }
cypheraddr = { path = "addr", version = "0.3.0" }
eidolon-auth = { path = "eidolon", version = "0.2.0" }
cypheraddr = { path = "addr", version = "0.4.0" }
eidolon-auth = { path = "eidolon", version = "0.3.0" }
socks5-client = { path = "socks5-client", version = "0.4.0" }

###
Expand All @@ -29,7 +29,7 @@ socks5-client = { path = "socks5-client", version = "0.4.0" }

[package]
name = "cyphernet"
version = "0.5.0"
version = "0.5.1"
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 addr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cypheraddr"
version = "0.3.0"
version = "0.4.0"
description = "Network address types supporting proxying, mixnets, P2P with minimalistic dependencies (part of cyphernet suite)"
keywords = ["cyphernet", "privacy", "tor", "nym", "i2p"]
categories = ["network-programming", "encoding"]
Expand Down
2 changes: 1 addition & 1 deletion eidolon/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eidolon-auth"
version = "0.2.0"
version = "0.3.0"
description = "Binary authentication protocol for network connections abstracted from encryption"
keywords = ["cyphernet", "privacy", "euthentification", "network", "p2p"]
categories = ["network-programming", "cryptography"]
Expand Down

0 comments on commit c21f49d

Please sign in to comment.