mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 19:06:29 +03:00
update to released iroh version
This commit is contained in:
@@ -83,8 +83,8 @@ futures-lite = "1.12.0"
|
||||
tokio-stream = { version = "0.1.11", features = ["fs"] }
|
||||
reqwest = { version = "0.11.13", features = ["json"] }
|
||||
async_zip = { version = "0.0.9", default-features = false, features = ["deflate"] }
|
||||
iroh-share = { git = "https://github.com/n0-computer/iroh", tag = "v0.1.1" }
|
||||
iroh-resolver = { git = "https://github.com/n0-computer/iroh", tag = "v0.1.1", default-features = false }
|
||||
iroh-share = { version = "0.1.3" }
|
||||
iroh-resolver = { version = "0.1.3", default-features = false }
|
||||
tempfile = "3"
|
||||
multibase = "0.9"
|
||||
port_check = "0.1.5"
|
||||
@@ -153,6 +153,3 @@ vendored = [
|
||||
"reqwest/native-tls-vendored"
|
||||
]
|
||||
nightly = ["pgp/nightly"]
|
||||
|
||||
[patch.crates-io]
|
||||
libp2p = { git = "https://github.com/dignifiedquire/rust-libp2p", branch = "iroh-0-50-1" }
|
||||
|
||||
Reference in New Issue
Block a user