diff --git a/dune-project b/dune-project index f215344e78..9af96145a8 100644 --- a/dune-project +++ b/dune-project @@ -55,7 +55,8 @@ tailwindcss (hilite (>= 0.4.0)) - river + (river + (>= 0.3)) syndic (alcotest :with-test) (mdx diff --git a/ocamlorg.opam b/ocamlorg.opam index 8ab462ae43..6ceba90174 100644 --- a/ocamlorg.opam +++ b/ocamlorg.opam @@ -38,7 +38,7 @@ depends: [ "lwt" "tailwindcss" "hilite" {>= "0.4.0"} - "river" + "river" {>= "0.3"} "syndic" "alcotest" {with-test} "mdx" {with-test & >= "1.10.0"} @@ -72,5 +72,4 @@ dev-repo: "git+https://github.com/ocaml/ocaml.org.git" pin-depends: [ ["tailwindcss.dev" "git+https://github.com/tmattio/opam-tailwindcss#7ef5bebbf48958370051b2368a4dd57b69627cf6"] ["olinkcheck.~dev" "git+https://github.com/tarides/olinkcheck"] - ["river.dev" "git+https://github.com/kayceesrk/river#b990f702d29c7a7139920d701154e9db595eae1f"] ] diff --git a/ocamlorg.opam.template b/ocamlorg.opam.template index b9b6a50b7a..bb665c9b6e 100644 --- a/ocamlorg.opam.template +++ b/ocamlorg.opam.template @@ -1,5 +1,4 @@ pin-depends: [ ["tailwindcss.dev" "git+https://github.com/tmattio/opam-tailwindcss#7ef5bebbf48958370051b2368a4dd57b69627cf6"] ["olinkcheck.~dev" "git+https://github.com/tarides/olinkcheck"] - ["river.dev" "git+https://github.com/kayceesrk/river#b990f702d29c7a7139920d701154e9db595eae1f"] ]