mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 16:36:59 +03:00
Disable iroh on OpenBSD
This commit is contained in:
@@ -60,7 +60,6 @@ hex = "0.4.0"
|
||||
hickory-resolver = "0.24"
|
||||
humansize = "2"
|
||||
image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
|
||||
iroh = { version = "0.4.2", default-features = false }
|
||||
kamadak-exif = "0.5.3"
|
||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
||||
libc = "0.2"
|
||||
@@ -110,6 +109,9 @@ uuid = { version = "1", features = ["serde", "v4"] }
|
||||
# 3.1 branch will be supported until 2025-03-14.
|
||||
openssl-src = "~300.1"
|
||||
|
||||
[target.'cfg(not(target_os = "openbsd"))'.dependencies]
|
||||
iroh = { version = "0.4.2", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
ansi_term = "0.12.0"
|
||||
anyhow = { version = "1", features = ["backtrace"] } # Enable `backtrace` feature in tests.
|
||||
|
||||
Reference in New Issue
Block a user