From f1ab9271dddf7e8472762f75e8a4559042656175 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 4 Dec 2020 19:09:36 +0200 Subject: [PATCH] Use fixed tristanable --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index b2a9ac0..cbcc44f 100644 --- a/dub.json +++ b/dub.json @@ -6,7 +6,7 @@ "dependencies": { "bformat": "~>3.1.0", "gogga": "~>0.0.2", - "tristanable": "~>0.0.33" + "tristanable": "~>2.2.0" }, "description": "dnet server", "license": "AGPLv3", diff --git a/dub.selections.json b/dub.selections.json index b71b90e..08028a1 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -3,6 +3,6 @@ "versions": { "bformat": "3.1.0", "gogga": "0.0.2", - "tristanable": "0.0.33" + "tristanable": "2.2.0" } }