Alpha 6: updated dependencies
This commit is contained in:
parent
83454f10f4
commit
b5d3139223
2
dsymbol
2
dsymbol
|
@ -1 +1 @@
|
||||||
Subproject commit fd8e9b02ca46c819e02df4e940061a377c277619
|
Subproject commit d22c9714a60ac05cb32db938e81a396cffb5ffa6
|
4
dub.json
4
dub.json
|
@ -7,8 +7,8 @@
|
||||||
],
|
],
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dsymbol": "~>0.2.0-alpha4",
|
"dsymbol": "~>0.2.0",
|
||||||
"libdparse": "~>0.7.0-alpha7",
|
"libdparse": "~>0.7.0",
|
||||||
"msgpack-d": "~>1.0.0-beta.3"
|
"msgpack-d": "~>1.0.0-beta.3"
|
||||||
},
|
},
|
||||||
"versions": ["built_with_dub"],
|
"versions": ["built_with_dub"],
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit c5fe287cbf672d3710ea62893851a175c3e7f9d3
|
Subproject commit ca51bd13cf68646eaf9d6987db100cc3b288cffe
|
|
@ -1,4 +1,4 @@
|
||||||
.TH dcd-client 1 "Mar 3 2016" "" https://github.com/Hackerpilot/DCD
|
.TH dcd-client 1 "Feb 13 2017" "" https://github.com/Hackerpilot/DCD
|
||||||
.SH NAME
|
.SH NAME
|
||||||
dcd-client \- autocompletion client for the D programming language
|
dcd-client \- autocompletion client for the D programming language
|
||||||
.PD
|
.PD
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
.TH dcd-server 1 "Mar 3 2016" "" https://github.com/Hackerpilot/DCD
|
.TH dcd-server 1 Feb 13 2017 "" https://github.com/Hackerpilot/DCD
|
||||||
.SH NAME
|
.SH NAME
|
||||||
dcd-server \- autocompletion server for the D programming language
|
dcd-server \- autocompletion server for the D programming language
|
||||||
.PD
|
.PD
|
||||||
|
|
|
@ -21,7 +21,7 @@ module common.dcd_version;
|
||||||
/**
|
/**
|
||||||
* Human-readable version number
|
* Human-readable version number
|
||||||
*/
|
*/
|
||||||
enum DCD_VERSION = "v0.9.0-alpha4";
|
enum DCD_VERSION = "v0.9.0-alpha6";
|
||||||
|
|
||||||
version (Windows) {}
|
version (Windows) {}
|
||||||
else version (built_with_dub) {}
|
else version (built_with_dub) {}
|
||||||
|
|
Loading…
Reference in New Issue