From 1245131f02fc00f7b7ecd24f38da27ac25202a53 Mon Sep 17 00:00:00 2001 From: colin Date: Sun, 12 May 2024 07:37:14 -0700 Subject: Remove: testiere as an explicit dependency --- flatbind.asd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flatbind.asd b/flatbind.asd index fb6d905..9c0dac0 100644 --- a/flatbind.asd +++ b/flatbind.asd @@ -6,7 +6,7 @@ :license "Unlicense" :version "0.0.1" :serial t - :depends-on (#:argot #:alexandria #:testiere) + :depends-on (#:argot #:alexandria) :components ((:file "flatbind"))) -- cgit v1.2.3