mirror of https://github.com/deavmi/gogga.git
- Bug fix for `dlog`; upgraded to version `v0.1.6`
This commit is contained in:
parent
f2db427ac7
commit
35863ea792
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.1.5"
|
"dlog": "0.1.6"
|
||||||
},
|
},
|
||||||
"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