From 3ff4519d99fd248a3c36bb250a23f5c74adb0e79 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Tue, 13 Jun 2023 17:39:05 +0200 Subject: [PATCH] Dub - Now requires a minimum version of `libsnooze` of at least ` 1.0.0-beta` --- dub.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.json b/dub.json index 279a9a8..778cb5b 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "copyright": "Copyright © 2023, Tristan B. Kildaire", "dependencies": { "bformat": "4.1.0", - "libsnooze": "0.3.3" + "libsnooze": ">=1.0.0-beta" }, "description": "Tristanable network message queuing framework", "homepage": "https://deavmi.assigned.network/projects/tristanable",