Skip to content

Commit 0ebcf4d

Browse files
committed
release cypheraddr v0.3 and cyphernet v0.4
1 parent 2acf5be commit 0ebcf4d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ license = "Apache-2.0"
1919
[workspace.dependencies]
2020
amplify = "4.0.0"
2121
cyphergraphy = { path = "cyphergraphy", version = "0.2.0" }
22-
cypheraddr = { path = "addr", version = "0.2.0" }
22+
cypheraddr = { path = "addr", version = "0.3.0" }
2323
eidolon-auth = { path = "eidolon", version = "0.2.0" }
2424
socks5-client = { path = "socks5-client", version = "0.2.0" }
2525

@@ -29,7 +29,7 @@ socks5-client = { path = "socks5-client", version = "0.2.0" }
2929

3030
[package]
3131
name = "cyphernet"
32-
version = "0.3.0"
32+
version = "0.4.0"
3333
description = "Cyphernet is a set of libraries for privacy-preserving networking apps"
3434
keywords = ["privacy", "noise-protocol", "cypherpunk", "tor", "nym"]
3535
categories = ["network-programming", "cryptography", "encoding"]

addr/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cypheraddr"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Network address types supporting proxying, mixnets, P2P with minimalistic dependencies (part of cyphernet suite)"
55
keywords = ["cyphernet", "privacy", "tor", "nym", "i2p"]
66
categories = ["network-programming", "encoding"]

0 commit comments

Comments
 (0)