summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-05 09:33:02 -0500
committerJames E. King III <jking@apache.org>2019-01-05 09:33:02 -0500
commitd2c6dc8e44e40a2b439a8aaadd224e2960a08f9e (patch)
tree73938c7a98cc04ca7cf2de45a147672533bc1be1 /dub.json
parent0f7904562771ba2c04e0836dfa6eb7771bf3a6a1 (diff)
downloadthrift-d2c6dc8e44e40a2b439a8aaadd224e2960a08f9e.tar.gz
THRIFT-4724: fix dub.json dependencies limit on openssl deimos
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/dub.json b/dub.json
index 1e268600e..af76afc0c 100644
--- a/dub.json
+++ b/dub.json
@@ -11,10 +11,10 @@
"version": "~>2.0.2"
},
"openssl": {
- "version": "~>1.1.6"
+ "version": ">=1.1.6"
}
},
- "systemDependencies": "requires openssl 1.0 until deimos module is updated",
+ "systemDependencies": "On systems with native openssl 1.0.x use dub package openssl~>1.1, on systems with native openssl 1.1.x use dub package openssl~>2.0",
"targetType": "library",
"sourcePaths": [
"lib/d/src"