diff --git a/dub.json b/dub.json index f2ee439..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.16" + "libdnet": "~>0.1.15" }, "description": "GTK graphical DNET client", "license": "GPL v3", diff --git a/dub.selections.json b/dub.selections.json index 923bfb1..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.16", + "libdnet": "0.1.15", "tristanable": "0.1.1" } }