update std alloc to v2.77.2
This commit is contained in:
parent
ff4474eb1b
commit
5f15ec2fe8
4
dub.json
4
dub.json
|
@ -8,9 +8,9 @@
|
|||
"license": "GPL-3.0",
|
||||
"dependencies": {
|
||||
"dsymbol": "~>0.3.7",
|
||||
"libdparse": "~>0.8.5",
|
||||
"libdparse": "~>0.8.6",
|
||||
"msgpack-d": "~>1.0.0-beta.3",
|
||||
"stdx-allocator": "~>2.77.0"
|
||||
"stdx-allocator": "~>2.77.2"
|
||||
},
|
||||
"versions": ["built_with_dub"],
|
||||
"configurations": [
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 157d572401d92bc0639c53e700c58018b6b29f06
|
||||
Subproject commit cf102ff8e848fb18d2ce7056ae61dafb5333012d
|
|
@ -21,7 +21,7 @@ module dcd.common.dcd_version;
|
|||
/**
|
||||
* Human-readable version number
|
||||
*/
|
||||
enum DCD_VERSION = "v0.9.7";
|
||||
enum DCD_VERSION = "v0.9.8";
|
||||
|
||||
version (Windows) {}
|
||||
else version (built_with_dub) {}
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7487970b58f4a2c0d495679329a8a2857111f3fd
|
||||
Subproject commit b7778fd6bf5f9aaaa87dd27f989cefbf9b3b365f
|
Loading…
Reference in New Issue