Skip to content

Commit ca7714e

Browse files
committed
chore: Add constraint "omd" {<= "1.3.1"}
* Given we rely on (Omd.to_html ~override) * See also issue ocaml-community/omd#239
1 parent 44b7af5 commit ca7714e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learn-ocaml-client.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"base" {>= "v0.9.4"}
1818
"base64"
1919
"cmdliner"
20-
"omd"
20+
"omd" {<= "1.3.1"}
2121
"asak"
2222
"cohttp" {>= "1.0.0" & < "2.0.0"}
2323
"cohttp-lwt-unix" {>= "1.0.0" & < "2.0.0"}

learn-ocaml.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ depends: [
4646
"ocp-ocamlres" {>= "0.4"}
4747
"ocplib-json-typed" {= "0.6"}
4848
"odoc" {build & >= "1.3.0"}
49-
"omd"
49+
"omd" {<= "1.3.1"}
5050
"pprint"
5151
"ppx_cstruct"
5252
"ppx_tools"

0 commit comments

Comments
 (0)