From c00b76d09e4be4f8eb3ceeb099e8dc4351a75b6f Mon Sep 17 00:00:00 2001 From: o3o Date: Wed, 7 Jun 2023 11:13:23 +0200 Subject: [PATCH] build: changed version to unit_threaded --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index aa6f0bd..9e76159 100644 --- a/dub.sdl +++ b/dub.sdl @@ -18,7 +18,7 @@ configuration "unittest" { sourcePaths "tests" importPaths "tests" - dependency "unit-threaded" version="~>2.0.5" + dependency "unit-threaded" version="*" } configuration "ut_def" {