mirror of https://github.com/deavminet/dnetd.git
Upgraded dependancies
This commit is contained in:
parent
cc3b01f975
commit
c0ea99e797
2
dub.json
2
dub.json
|
@ -4,7 +4,7 @@
|
||||||
],
|
],
|
||||||
"copyright": "Copyright © 2020, Tristan B. Kildaire",
|
"copyright": "Copyright © 2020, Tristan B. Kildaire",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"tristanable": "~>0.0.29"
|
"tristanable": "~>0.0.31"
|
||||||
},
|
},
|
||||||
"description": "dnet server",
|
"description": "dnet server",
|
||||||
"license": "AGPLv3",
|
"license": "AGPLv3",
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
"fileVersion": 1,
|
"fileVersion": 1,
|
||||||
"versions": {
|
"versions": {
|
||||||
"bformat": "1.0.8",
|
"bformat": "1.0.8",
|
||||||
"tristanable": "0.0.29"
|
"tristanable": "0.0.31"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue