Skip to content

Commit fca888b

Browse files
committed
add constraint on ocaml.5.0 to allow picos.randos scheduler
1 parent a025ec6 commit fca888b

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
@@ -18,6 +18,6 @@
1818
(synopsis "A Framework for building Batched Concurrent Data Structures")
1919
(description "")
2020
(depends
21-
ocaml
21+
(ocaml (>= 5.0.0))
2222
(picos
2323
(>= 0.4.0))))

obatcher.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ doc: "https://github.com/koonwen/obatcher/"
99
bug-reports: "https://github.com/koonwen/obatcher/issues"
1010
depends: [
1111
"dune" {>= "3.0"}
12-
"ocaml"
12+
"ocaml" {>= "5.0.0"}
1313
"picos" {>= "0.4.0"}
1414
"odoc" {with-doc}
1515
]

0 commit comments

Comments
 (0)