From 01b69ce728a80e6057c1d7c2ae809df49298640b Mon Sep 17 00:00:00 2001 From: ZILtoid1991 Date: Sun, 5 Sep 2021 21:52:41 +0200 Subject: [PATCH] Update bitleveld to newest version --- dub.sdl | 2 +- dub.selections.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dub.sdl b/dub.sdl index b345e56..5320f03 100644 --- a/dub.sdl +++ b/dub.sdl @@ -4,7 +4,7 @@ authors "Laszlo Szeremi" copyright "Copyright © 2018, Laszlo Szeremi" license "Boost" target "library" -dependency "bitleveld" version="0.1.0-alpha" +dependency "bitleveld" version="*" configuration "unittest"{ dependency "vfile" version="*" } diff --git a/dub.selections.json b/dub.selections.json index c5cb464..5da32b2 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -1,7 +1,7 @@ { "fileVersion": 1, "versions": { - "bitleveld": "0.1.0-alpha", + "bitleveld": "0.1.0", "lzwford": "1.0.0", "vfile": "0.1.2" }