From: Kyle Robbertze <kyle@paddatrapper.com>
Date: Sat, 12 Oct 2024 11:21:51 +0100
Subject: Remove either dependency

---
 dune-project  | 3 +--
 src/core/dune | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/dune-project b/dune-project
index 288263a..e7392ef 100644
--- a/dune-project
+++ b/dune-project
@@ -14,8 +14,7 @@
   (synopsis "A modular, clean and powerful extension of the OCaml standard library")
   (tags (stdlib containers iterators list heap queue))
   (depends
-    (ocaml (>= 4.08))
-    either
+    (ocaml (>= 4.12.0))
     dune-configurator
     (qcheck-core (and (>= 0.18) :with-test))
     (yojson :with-test)
diff --git a/src/core/dune b/src/core/dune
index cc17ce8..38cd1d5 100644
--- a/src/core/dune
+++ b/src/core/dune
@@ -6,7 +6,7 @@
   (action
    (run %{project_root}/src/core/cpp/cpp.exe %{input-file})))
  (flags :standard -nolabels -open CCMonomorphic)
- (libraries either containers.monomorphic))
+ (libraries containers.monomorphic))
 
 (ocamllex
  (modules CCSexp_lex))
