From ddb5168a89525bde01d2a9a24e3222c8b07ee796 Mon Sep 17 00:00:00 2001 From: Nathan Rebours Date: Mon, 5 Feb 2024 10:22:08 +0100 Subject: [PATCH] Remove ocaml-compiler-libs pin This pin isn't required anymore since the release of `ocaml-compiler-libs.v0.17.0` Signed-off-by: Nathan Rebours --- ppxlib.opam | 3 --- 1 file changed, 3 deletions(-) diff --git a/ppxlib.opam b/ppxlib.opam index 91bfd9471..be6144f8b 100644 --- a/ppxlib.opam +++ b/ppxlib.opam @@ -51,6 +51,3 @@ build: [ ] ] dev-repo: "git+https://github.com/ocaml-ppx/ppxlib.git" -pin-depends: [ - [ "ocaml-compiler-libs.v0.11.0" "git+https://github.com/art-w/ocaml-compiler-libs.git#ocaml-5.2-trunk" ] -]