Skip to content

Commit 5acc46a

Browse files
committed
ocaml 4.10
1 parent 58705c7 commit 5acc46a

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
@@ -19,7 +19,7 @@
1919
(synopsis "ReScript compiler")
2020
(depends
2121
(ocaml
22-
(>= 5.2.0))
22+
(>= 4.10))
2323
(ocamlformat
2424
(and
2525
:with-dev-setup

rescript.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ license: "LGPL-3.0-or-later"
77
homepage: "https://github.com/rescript-lang/rescript-compiler"
88
bug-reports: "https://github.com/rescript-lang/rescript-compiler/issues"
99
depends: [
10-
"ocaml" {>= "5.2.0"}
10+
"ocaml" {>= "4.10"}
1111
"ocamlformat" {with-dev-setup & = "0.26.2"}
1212
"ocaml-lsp-server" {with-dev-setup & = "1.19.0"}
1313
"cppo" {= "1.6.9"}

0 commit comments

Comments
 (0)