From 4380019665ea554e4361e6e41e0ceda8cb09aa09 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sat, 21 May 2022 15:19:15 +0200 Subject: [PATCH] Upgraded to tristanable v2.6.12 --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index ac07f06..ca4d704 100644 --- a/dub.json +++ b/dub.json @@ -6,7 +6,7 @@ "dependencies": { "bformat": "~>3.1.3", "eventy": "0.2.4", - "tristanable": "2.6.9" + "tristanable": "2.6.12" }, "description": "Tagged network-message task engine", "license": "LGPL v3", diff --git a/dub.selections.json b/dub.selections.json index 71714ca..3014aef 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -3,6 +3,6 @@ "versions": { "bformat": "3.1.3", "eventy": "0.2.4", - "tristanable": "2.6.9" + "tristanable": "2.6.12" } }