diff options
| author | Eugen Wissner <belka@caraus.de> | 2017-01-24 16:15:14 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2017-01-24 16:15:14 +0100 |
| commit | 5be89e485899a823d0ca3ed4ed11ced3865eca99 (patch) | |
| tree | 28e891afec28ea96d62362f9e3430a67eecce47c /README.md | |
| parent | a48d9cb739cfd5ff723e7d8258e2bb56a154df4f (diff) | |
| download | tanya-5be89e485899a823d0ca3ed4ed11ced3865eca99.tar.gz | |
Add support for dmd 2.073.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
