ports/mail/stalwart/jmap/patches/patch-Cargo_toml

12 lines
595 B
Text

Index: Cargo.toml
--- Cargo.toml.orig
+++ Cargo.toml
@@ -50,7 +50,7 @@ base64 = "0.13"
[dev-dependencies]
jmap_mail = { path = "components/jmap_mail", features = ["debug"] }
jmap_sharing = { path = "components/jmap_sharing", features = ["debug"] }
-jmap-client = { git = "https://github.com/stalwartlabs/jmap-client", features = ["websockets", "debug", "follow-trusted"] }
+jmap-client = { version = "0.2.0", features = ["websockets", "debug"] }
csv = "1.1"
flate2 = { version = "1.0.17", features = ["zlib"], default-features = false }
serde = { version = "1.0", features = ["derive"]}