Compare commits

...

2 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire 034b4cebd4 Merge branch 'master' of github.com:deavmi/gogga 2023-06-18 13:29:06 +02:00
Tristan B. Velloza Kildaire 469a687bd4 Dub
- Use minimum version `0.3.19` of `dlog`
2023-06-18 13:28:32 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
],
"copyright": "Copyright © 2023, Tristan B. Kildaire",
"dependencies": {
"dlog": "0.3.19"
"dlog": ">=0.3.19"
},
"description": "Simple VT100 colourised pretty-printing logger",
"license": "LGPL 3.0",