From 1238ef27f9d1ef27e52079c837cc87275087645a Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 19 Apr 2024 21:12:15 +0200 Subject: [PATCH] Remove deprecated -preview=dip25 switch It's enabled by default / deprecated now, and also implied by dip1000 --- dub.sdl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dub.sdl b/dub.sdl index b1c350a..280a60d 100644 --- a/dub.sdl +++ b/dub.sdl @@ -3,7 +3,7 @@ description "Safe concurrency for D" authors "Atila Neves" copyright "Copyright © 2018, Atila Neves" license "boost" -dflags "-preview=dip25" "-preview=dip1000" +dflags "-preview=dip1000" configuration "default" {