Skip to content

Commit

Permalink
chore: remove dependency patches. Release v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed May 6, 2024
1 parent d4252bf commit 5fd1766
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
32 changes: 19 additions & 13 deletions Cargo.lock

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

15 changes: 4 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ readme = "README.md"
[dependencies]
amplify = "4.6.0"
io-reactor = { version = "0.5.1", optional = true }
cyphernet = { version = "0.5.0", features = ["ed25519", "pem", "multibase", "noise_sha2", "noise_x25519", "noise-framework", "mixnets", "dns"] }
cyphernet = { version = "0.5.2", features = ["ed25519", "pem", "multibase", "noise_sha2", "noise_x25519", "noise-framework", "mixnets", "dns"] }
mio = { version = "0.8.11", optional = true }
socket2 = { version = "0.5.7", optional = true, features = ["all"] }
libc = "0.2.154"
log_crate = { package = "log", version = "0.4.17", optional = true }
rand = "0.8.5" # Used in SplitIo shared secret

[dev-dependencies]
cyphernet = { version = "0.5.0", features = ["ed25519"] }
cyphernet = { version = "0.5.1", features = ["ed25519"] }
bitcoin_hashes = "0.14.0"
log_crate = { package = "log", version = "0.4.17" }

Expand All @@ -36,13 +36,6 @@ nonblocking = ["socket2"]
log = ["log_crate", "io-reactor/log"]

[package.metadata.docs.rs]
all-features = true
all-features = false
features = []
rustc-args = ["--cfg", "docsrs"]

[patch.crates-io]
cypheraddr = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
cyphergraphy = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
eidolon-auth = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
socks5-client = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
noise-framework = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
cyphernet = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }

0 comments on commit 5fd1766

Please sign in to comment.