Skip to content

Commit 1dae420

Browse files
committed
make 4.14 the lowest ocaml v
1 parent a6e47ab commit 1dae420

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
@@ -26,7 +26,7 @@
2626
(description
2727
"styled-ppx is the ppx that brings styled components to ReScript and Melange, allowing you to create React Components with type-safe style definitions using CSS.")
2828
(depends
29-
(ocaml (>= 5.2.0))
29+
(ocaml (>= 4.14))
3030
(reason (>= 3.11.0))
3131
(menhir (>= 20220210))
3232
(ppx_deriving (>= 5.0))

styled-ppx.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://styled-ppx.vercel.app"
1010
bug-reports: "https://github.com/davesnx/styled-ppx/issues"
1111
depends: [
1212
"dune" {>= "3.8"}
13-
"ocaml" {>= "5.2.0"}
13+
"ocaml" {>= "4.14"}
1414
"reason" {>= "3.11.0"}
1515
"menhir" {>= "20220210"}
1616
"ppx_deriving" {>= "5.0"}

0 commit comments

Comments
 (0)