summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcolin <colin@cicadas.surf>2024-05-12 07:37:14 -0700
committercolin <colin@cicadas.surf>2024-05-12 07:37:14 -0700
commit1245131f02fc00f7b7ecd24f38da27ac25202a53 (patch)
tree9d894b9189248ed0b2eaf40447bf79ed76c278a3
parent5d3b5870b7f4d3a9b9be9ea840b21398fa77241d (diff)
Remove: testiere as an explicit dependency
-rw-r--r--flatbind.asd2
1 files changed, 1 insertions, 1 deletions
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")))