Merge pull request #488 from BBasile/upd-stdx-alloc
update std alloc to v2.77.2 merged-on-behalf-of: BBasile <BBasile@users.noreply.github.com>
This commit is contained in:
commit
717023b8b3
4
dub.json
4
dub.json
|
|
@ -8,9 +8,9 @@
|
||||||
"license": "GPL-3.0",
|
"license": "GPL-3.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dsymbol": "~>0.3.7",
|
"dsymbol": "~>0.3.7",
|
||||||
"libdparse": "~>0.8.5",
|
"libdparse": "~>0.8.6",
|
||||||
"msgpack-d": "~>1.0.0-beta.3",
|
"msgpack-d": "~>1.0.0-beta.3",
|
||||||
"stdx-allocator": "~>2.77.0"
|
"stdx-allocator": "~>2.77.2"
|
||||||
},
|
},
|
||||||
"versions": ["built_with_dub"],
|
"versions": ["built_with_dub"],
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 157d572401d92bc0639c53e700c58018b6b29f06
|
Subproject commit cf102ff8e848fb18d2ce7056ae61dafb5333012d
|
||||||
|
|
@ -21,7 +21,7 @@ module dcd.common.dcd_version;
|
||||||
/**
|
/**
|
||||||
* Human-readable version number
|
* Human-readable version number
|
||||||
*/
|
*/
|
||||||
enum DCD_VERSION = "v0.9.7";
|
enum DCD_VERSION = "v0.9.8";
|
||||||
|
|
||||||
version (Windows) {}
|
version (Windows) {}
|
||||||
else version (built_with_dub) {}
|
else version (built_with_dub) {}
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 7487970b58f4a2c0d495679329a8a2857111f3fd
|
Subproject commit b7778fd6bf5f9aaaa87dd27f989cefbf9b3b365f
|
||||||
Loading…
Reference in New Issue