Skip to content

Commit 81e81ae

Browse files
committed
fix release with socks5 v0.3 release
1 parent 0ebcf4d commit 81e81ae

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
@@ -21,15 +21,15 @@ amplify = "4.0.0"
2121
cyphergraphy = { path = "cyphergraphy", version = "0.2.0" }
2222
cypheraddr = { path = "addr", version = "0.3.0" }
2323
eidolon-auth = { path = "eidolon", version = "0.2.0" }
24-
socks5-client = { path = "socks5-client", version = "0.2.0" }
24+
socks5-client = { path = "socks5-client", version = "0.3.0" }
2525

2626
###
2727
### Main package (`cyphernet`)
2828
###
2929

3030
[package]
3131
name = "cyphernet"
32-
version = "0.4.0"
32+
version = "0.4.1"
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"]

socks5-client/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socks5-client"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Socks5 clinet minimalistic library"
55
keywords = ["cyphernet", "privacy", "noise", "end-to-end", "ecryption"]
66
categories = ["network-programming", "cryptography"]

0 commit comments

Comments
 (0)