From 75ce854192385788fdd18d1ee9109f73b69273e1 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 2 Dec 2017 10:40:40 +0100 Subject: [PATCH] Support dmd 2.077.1 --- .travis.yml | 4 ++-- README.md | 4 ++-- appveyor.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3553092..297a9a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ os: language: d d: - - dmd-2.077.0 + - dmd-2.077.1 - dmd-2.076.1 - dmd-2.075.1 @@ -22,7 +22,7 @@ addons: - gcc-multilib before_script: - - if [ "$PS1" = '(dmd-2.077.0)' ]; then + - if [ "$PS1" = '(dmd-2.077.1)' ]; then export UNITTEST="unittest-cov"; fi diff --git a/README.md b/README.md index d78fc51..c0edb9c 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Tanya is a general purpose library for D programming language. Its aim is to simplify the manual memory management in D and to provide a guarantee with @nogc attribute that there are no hidden allocations on the Garbage Collector heap. Everything in the library is usable in @nogc code. -Tanya extends Phobos functionality and provides alternative implementations for -data structures and utilities that depend on the Garbage Collector in Phobos. +Tanya provides data structures and utilities to facilitate painless systems +programming in D. * [API Documentation](https://docs.caraus.io/tanya) * [Contribution guidelines](CONTRIBUTING.md) diff --git a/appveyor.yml b/appveyor.yml index 02e65cd..9f2946e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,10 +4,10 @@ os: Visual Studio 2015 environment: matrix: - DC: dmd - DVersion: 2.077.0 + DVersion: 2.077.1 arch: x64 - DC: dmd - DVersion: 2.077.0 + DVersion: 2.077.1 arch: x86 - DC: dmd DVersion: 2.076.1