Add support for dmd 2.073.0
This commit is contained in:
parent
a48d9cb739
commit
5be89e4858
@ -7,6 +7,7 @@ os:
|
|||||||
language: d
|
language: d
|
||||||
|
|
||||||
d:
|
d:
|
||||||
|
- dmd-2.073.0
|
||||||
- dmd-2.072.2
|
- dmd-2.072.2
|
||||||
- dmd-2.071.2
|
- dmd-2.071.2
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@ Tanya consists of the following packages:
|
|||||||
|
|
||||||
* `async`: Event loop (epoll, kqueue and IOCP).
|
* `async`: Event loop (epoll, kqueue and IOCP).
|
||||||
* `container`: Queue, Vector, Singly linked list, buffers.
|
* `container`: Queue, Vector, Singly linked list, buffers.
|
||||||
* `crypto`: Work in progress TLS implementation.
|
|
||||||
* `math`: Multiple precision integer and a set of functions.
|
* `math`: Multiple precision integer and a set of functions.
|
||||||
* `memory`: Tools for manual memory management (allocator, reference counting,
|
* `memory`: Tools for manual memory management (allocator, reference counting,
|
||||||
helper functions).
|
helper functions).
|
||||||
@ -27,6 +26,7 @@ helper functions).
|
|||||||
|
|
||||||
### Supported compilers
|
### Supported compilers
|
||||||
|
|
||||||
|
* dmd 2.073.0
|
||||||
* dmd 2.072.2
|
* dmd 2.072.2
|
||||||
* dmd 2.071.2
|
* dmd 2.071.2
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user