Skip to content

Commit 946968e

Browse files
committed
chore: remove dependency patches. Release v0.8.0
1 parent d4252bf commit 946968e

File tree

2 files changed

+47
-27
lines changed

2 files changed

+47
-27
lines changed

Cargo.lock

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

Cargo.toml

+2-10
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ readme = "README.md"
1515
[dependencies]
1616
amplify = "4.6.0"
1717
io-reactor = { version = "0.5.1", optional = true }
18-
cyphernet = { version = "0.5.0", features = ["ed25519", "pem", "multibase", "noise_sha2", "noise_x25519", "noise-framework", "mixnets", "dns"] }
18+
cyphernet = { version = "0.5.1", features = ["ed25519", "pem", "multibase", "noise_sha2", "noise_x25519", "noise-framework", "mixnets", "dns"] }
1919
mio = { version = "0.8.11", optional = true }
2020
socket2 = { version = "0.5.7", optional = true, features = ["all"] }
2121
libc = "0.2.154"
2222
log_crate = { package = "log", version = "0.4.17", optional = true }
2323
rand = "0.8.5" # Used in SplitIo shared secret
2424

2525
[dev-dependencies]
26-
cyphernet = { version = "0.5.0", features = ["ed25519"] }
26+
cyphernet = { version = "0.5.1", features = ["ed25519"] }
2727
bitcoin_hashes = "0.14.0"
2828
log_crate = { package = "log", version = "0.4.17" }
2929

@@ -38,11 +38,3 @@ log = ["log_crate", "io-reactor/log"]
3838
[package.metadata.docs.rs]
3939
all-features = true
4040
rustc-args = ["--cfg", "docsrs"]
41-
42-
[patch.crates-io]
43-
cypheraddr = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
44-
cyphergraphy = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
45-
eidolon-auth = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
46-
socks5-client = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
47-
noise-framework = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }
48-
cyphernet = { git = "https://github.com/cyphernet-dao/rust-cyphernet", branch = "v0.5" }

0 commit comments

Comments
 (0)