Upgraded event engine to 0.3.2

This commit is contained in:
Tristan B. Velloza Kildaire 2022-11-26 18:23:06 +02:00
parent 565d6b10d8
commit 6a394ad4e8
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ dub add birchwood
Birchwood dependends on the following D libraries:
* `eventy` (0.2.5)
* `eventy` (0.3.2)
* `dlog` (0.0.6)
## Usage

View File

@ -5,7 +5,7 @@
"copyright": "Copyright © 2022, Tristan B. Kildaire",
"dependencies": {
"dlog": "~>0.0.6",
"eventy": "0.2.5"
"eventy": "0.3.2"
},
"description": "A sane IRC framework for the D language",
"license": "LGPL-3.0",