summaryrefslogtreecommitdiffstats
path: root/ipc
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2020-06-21 15:39:43 +0200
committerJustus Winter <justus@sequoia-pgp.org>2020-06-23 13:16:34 +0200
commitd994fd4724b86931f35e4d6f6c5c41100e5686c7 (patch)
tree32f176dd10cb67e2ad35003ba29034c5b9b2208c /ipc
parent0c3c89755e4fbe6846984b2e975ee1bc059215b6 (diff)
ipc, sq: Copy the MSRV comment from openpgp.
Diffstat (limited to 'ipc')
-rw-r--r--ipc/Cargo.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipc/Cargo.toml b/ipc/Cargo.toml
index d74bfd6e..dcae5a4f 100644
--- a/ipc/Cargo.toml
+++ b/ipc/Cargo.toml
@@ -37,6 +37,10 @@ tokio = "0.1"
tokio-core = "0.1"
tokio-io = "0.1.4"
parity-tokio-ipc = "0.4"
+
+# XXX: We need to pin some dependencies to keep our MSRV at 1.34. If
+# you are packaging Sequoia, feel free to drop these pins if your
+# compiler is newer.
socket2 = "= 0.3.11"
[target.'cfg(windows)'.dependencies]