From 5be89e485899a823d0ca3ed4ed11ced3865eca99 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 24 Jan 2017 16:15:14 +0100 Subject: [PATCH] Add support for dmd 2.073.0 --- .travis.yml | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b2f6428..07da794 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ os: language: d d: + - dmd-2.073.0 - dmd-2.072.2 - dmd-2.071.2 diff --git a/README.md b/README.md index 46772c9..9863a71 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ Tanya consists of the following packages: * `async`: Event loop (epoll, kqueue and IOCP). * `container`: Queue, Vector, Singly linked list, buffers. -* `crypto`: Work in progress TLS implementation. * `math`: Multiple precision integer and a set of functions. * `memory`: Tools for manual memory management (allocator, reference counting, helper functions). @@ -27,6 +26,7 @@ helper functions). ### Supported compilers +* dmd 2.073.0 * dmd 2.072.2 * dmd 2.071.2