Skip to content

Commit

Permalink
chore: bump noise version due to cyphergraphy dependency. Release v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 6, 2024
1 parent 7785a29 commit db1dd66
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ cyphergraphy = { workspace = true }
cypheraddr = { workspace = true }
eidolon-auth = { workspace = true, optional = true }
socks5-client = { workspace = true }
noise-framework = { path = "noise", version = "0.3.0", optional = true }
noise-framework = { path = "noise", version = "0.4.0", optional = true }

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion noise/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "noise-framework"
version = "0.3.0"
version = "0.4.0"
description = "Noise protocol framework in functional style"
keywords = ["cyphernet", "privacy", "noise", "end-to-end", "ecryption"]
categories = ["network-programming", "cryptography"]
Expand Down

0 comments on commit db1dd66

Please sign in to comment.