From 3c12953185e19785f522e02c45afd55eb170f6a4 Mon Sep 17 00:00:00 2001 From: Atila Neves Date: Wed, 5 Jun 2024 17:04:36 -0500 Subject: [PATCH] Remove sumtype dependency --- dub.sdl | 1 - dub.selections.json | 1 - 2 files changed, 2 deletions(-) diff --git a/dub.sdl b/dub.sdl index d8d31c79..29a7ff28 100644 --- a/dub.sdl +++ b/dub.sdl @@ -9,7 +9,6 @@ targetPath "bin" targetName "d++" dependency "libclang" version="~>0.3.1" -dependency "sumtype" version="~>1.2.0" versions "SumTypeNoDefaultCtor" diff --git a/dub.selections.json b/dub.selections.json index ad19d251..435b5998 100644 --- a/dub.selections.json +++ b/dub.selections.json @@ -2,7 +2,6 @@ "fileVersion": 1, "versions": { "libclang": "0.3.3", - "sumtype": "1.2.8", "unit-threaded": "2.1.9" } }