Skip to content

Commit e3633b9

Browse files
Do not support OCaml 5.1
There is some behavior change that needs to be investigated. Co-authored-by: Anil Madhavapeddy <[email protected]>
1 parent fc91abd commit e3633b9

File tree

1 file changed

+1
-1
lines changed
  • packages/mdx/mdx.2.3.0

1 file changed

+1
-1
lines changed

packages/mdx/mdx.2.3.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ homepage: "https://github.com/realworldocaml/mdx"
1818
bug-reports: "https://github.com/realworldocaml/mdx/issues"
1919
depends: [
2020
"dune" {>= "3.5"}
21-
"ocaml" {>= "4.08.0"}
21+
"ocaml" {>= "4.08.0" & < "5.1.0"}
2222
"ocamlfind"
2323
"fmt" {>= "0.8.7"}
2424
"cppo" {build & >= "1.1.0"}

0 commit comments

Comments
 (0)