From b56eee21784a9d3e70e6bcd2589284daf9601f1b Mon Sep 17 00:00:00 2001 From: andrewlalis Date: Mon, 24 Feb 2025 18:10:07 -0500 Subject: [PATCH] removed unused expressions library. --- api/dub.json | 1 - api/dub.selections.json | 1 - 2 files changed, 2 deletions(-) diff --git a/api/dub.json b/api/dub.json index 5562374..ca4ed85 100644 --- a/api/dub.json +++ b/api/dub.json @@ -6,7 +6,6 @@ "dependencies": { "asdf": "~>0.7.17", "ddbc": "~>0.6.2", - "expression": "~>1.0.2", "handy-httpd": "~>8.4.3" }, "description": "A minimal D application.", diff --git a/api/dub.selections.json b/api/dub.selections.json index 4f4c3f3..fd1d65f 100644 --- a/api/dub.selections.json +++ b/api/dub.selections.json @@ -6,7 +6,6 @@ "ddbc": "0.6.2", "derelict-pq": "2.2.0", "derelict-util": "2.0.6", - "expression": "1.0.2", "handy-httpd": "8.4.5", "httparsed": "1.2.1", "mir-algorithm": "3.22.3",