Skip to content

Commit

Permalink
fix: odoc-parser constraints
Browse files Browse the repository at this point in the history
we aren't compatible with 2.3.0

Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

<!-- ps-id: 7902a176-de20-4d3a-ae54-5274fb424611 -->
  • Loading branch information
rgrinberg committed Oct 16, 2023
1 parent 208683e commit f361683
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ possible and does not make any assumptions about IO.
ordering
dune-build-info
spawn
(odoc-parser (>= 2.0.0))
(odoc-parser (and (>= 2.0.0) (< 2.3.0)))
(ppx_expect (and (>= v0.15.0) :with-test))
(ocamlformat (and :with-test (= 0.24.1)))
(ocamlc-loc (>= 3.7.0))
Expand Down
2 changes: 1 addition & 1 deletion ocaml-lsp-server.opam
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ depends: [
"ordering"
"dune-build-info"
"spawn"
"odoc-parser" {>= "2.0.0"}
"odoc-parser" {>= "2.0.0" & < "2.3.0"}
"ppx_expect" {>= "v0.15.0" & with-test}
"ocamlformat" {with-test & = "0.24.1"}
"ocamlc-loc" {>= "3.7.0"}
Expand Down

0 comments on commit f361683

Please sign in to comment.