From 20da370f0e5978c876c4acb3a8beaadf87ce359f Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Thu, 4 May 2023 09:54:15 +0200 Subject: [PATCH] - Upgraded to `tristanable` `v3.2.0-beta` which introduces the required `releaseQueue(Queue)` and `releaseQueue_nothrow(Queue)` methods --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 93a8c77..b19ad57 100644 --- a/dub.json +++ b/dub.json @@ -4,7 +4,7 @@ ], "copyright": "Copyright © 2023, Tristan B. Kildaire", "dependencies": { - "tristanable": "3.1.9-beta" + "tristanable": "3.2.0-beta" }, "description": "Tagged network-message task engine", "license": "LGPL v3",