From 01578ab03b527a98b33ff5b3cac0635979cd223f Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 4 Dec 2020 18:26:30 +0200 Subject: [PATCH] Upgraded to new libdnet --- dub.json | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.json b/dub.json index 0c5bb47..19bb40d 100644 --- a/dub.json +++ b/dub.json @@ -5,7 +5,7 @@ "copyright": "Copyright © 2020, Tristan B. Kildaire", "dependencies": { "gtk-d": "~>3.9.0", - "libdnet": "~>0.1.13" + "libdnet": "~>0.1.15" }, "description": "GTK graphical DNET client", "license": "GPL v3", diff --git a/dub.selections.json b/dub.selections.json index afc9c35..b5c063e 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -3,7 +3,7 @@ "versions": { "bformat": "1.0.8", "gtk-d": "3.9.0", - "libdnet": "0.1.13", + "libdnet": "0.1.15", "tristanable": "0.1.1" } }