summaryrefslogtreecommitdiff
path: root/dub.json
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-09-14 13:11:37 +0000
committerJames E. King III <jking@apache.org>2018-09-16 19:56:29 -0400
commit12f8b14fff9888dbfe6f5d6c64dc462254922a31 (patch)
tree72b4c17c356eba1a3f3ab8e7637bf05302f7ad37 /dub.json
parentabd0df74492d24dccad115576c088e73e0b2634d (diff)
downloadthrift-12f8b14fff9888dbfe6f5d6c64dc462254922a31.tar.gz
THRIFT-3458: additional dub.json changes
Diffstat (limited to 'dub.json')
-rw-r--r--dub.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/dub.json b/dub.json
index 0558781b1..1e268600e 100644
--- a/dub.json
+++ b/dub.json
@@ -8,12 +8,13 @@
"license": "Apache-2.0",
"dependencies": {
"libevent": {
- "version": "*"
+ "version": "~>2.0.2"
},
"openssl": {
- "version": "*"
+ "version": "~>1.1.6"
}
},
+ "systemDependencies": "requires openssl 1.0 until deimos module is updated",
"targetType": "library",
"sourcePaths": [
"lib/d/src"
@@ -22,6 +23,6 @@
"lib/d/src"
],
"excludedSourceFiles": [
- "src/thrift/index.d"
+ "lib/d/src/thrift/index.d"
]
}