Skip to content

Commit 67a2e2a

Browse files
authored
cmarkit version constraint (#5)
1 parent 6460633 commit 67a2e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ possible and does not make any assumptions about IO.
5656
ordering
5757
dune-build-info
5858
spawn
59-
cmarkit
59+
(cmarkit (= 0.1.0))
6060
(odoc-parser (>= 2.0.0))
6161
(ppx_expect (and (>= v0.15.0) :with-test))
6262
(ocamlformat (and :with-test (= 0.24.1)))

ocaml-lsp-server.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ depends: [
3232
"ordering"
3333
"dune-build-info"
3434
"spawn"
35-
"cmarkit"
35+
"cmarkit" {= "0.1.0"}
3636
"odoc-parser" {>= "2.0.0"}
3737
"ppx_expect" {>= "v0.15.0" & with-test}
3838
"ocamlformat" {with-test & = "0.24.1"}

0 commit comments

Comments
 (0)