diff options
author | colin <colin@cicadas.surf> | 2024-05-12 07:37:14 -0700 |
---|---|---|
committer | colin <colin@cicadas.surf> | 2024-05-12 07:37:14 -0700 |
commit | 1245131f02fc00f7b7ecd24f38da27ac25202a53 (patch) | |
tree | 9d894b9189248ed0b2eaf40447bf79ed76c278a3 | |
parent | 5d3b5870b7f4d3a9b9be9ea840b21398fa77241d (diff) |
Remove: testiere as an explicit dependency
-rw-r--r-- | flatbind.asd | 2 |
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"))) |