mirror of https://github.com/deavmi/gogga.git
- Fixed broken `dlog` dependency
This commit is contained in:
parent
7bc07a1175
commit
c9bfcad355
2
dub.json
2
dub.json
|
@ -4,7 +4,7 @@
|
||||||
],
|
],
|
||||||
"copyright": "Copyright © 2020, Tristan B. Kildaire",
|
"copyright": "Copyright © 2020, Tristan B. Kildaire",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dlog": "~>0.0.6"
|
"dlog": "0.1.5"
|
||||||
},
|
},
|
||||||
"description": "Simple VT100 colourised thread safe pretty printer for debug messages",
|
"description": "Simple VT100 colourised thread safe pretty printer for debug messages",
|
||||||
"license": "LGPL",
|
"license": "LGPL",
|
||||||
|
|
Loading…
Reference in New Issue