Skip to content

Commit 8c705a2

Browse files
committed
Stop supporting older ocaml releases
1 parent 86f91f6 commit 8c705a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rawlink-lwt.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
[ "dune" "subst" ] {dev}
1111
[ "dune" "build" "-p" name "-j" jobs ] ]
1212
depends: [
13-
"ocaml" {>= "4.03.0"}
13+
"ocaml" {>= "4.09.0"}
1414
"dune"
1515
"rawlink"
1616
"lwt" {>= "2.4.7"}

rawlink.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ build: [
1010
[ "dune" "subst" ] {dev}
1111
[ "dune" "build" "-p" name "-j" jobs ] ]
1212
depends: [
13-
"ocaml" {>= "4.03.0"}
13+
"ocaml" {>= "4.09.0"}
1414
"dune"
1515
"cstruct" {>= "6.1.0"}
1616
"ppx_cstruct"

0 commit comments

Comments
 (0)