diff options
| author | Eugen Wissner <belka@caraus.de> | 2019-04-14 07:41:26 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2019-04-14 09:07:22 +0200 |
| commit | 9814e5ad8ef246273cad80f86c95c3bce047509a (patch) | |
| tree | 709bf7fe69ba29e343a7d52bbfd3a264cfd16437 /appveyor.yml | |
| parent | e6c6a2d21a6869bcfdf872479db566864a22f5fc (diff) | |
| download | tanya-9814e5ad8ef246273cad80f86c95c3bce047509a.tar.gz | |
Pass allocator in all HashTable/Set constructors
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index ed63de4..1a67031 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,10 +4,10 @@ os: Visual Studio 2015 environment: matrix: - DC: dmd - DVersion: 2.085.0 + DVersion: 2.085.1 arch: x64 - DC: dmd - DVersion: 2.085.0 + DVersion: 2.085.1 arch: x86 - DC: dmd DVersion: 2.081.2 |
