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:
The Dlang Bot 2018-05-22 12:33:28 +02:00 committed by GitHub
commit 717023b8b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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