Skip to content

Commit b42f17c

Browse files
committed
Increase bound of ctypes to 0.23.0
We need 0.23.0 for `const`
1 parent 77b48c0 commit b42f17c

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
@@ -27,7 +27,7 @@
2727
(>= 3.20))
2828
dune-configurator
2929
(ctypes
30-
(>= 0.14))
30+
(>= 0.23.0))
3131
(integers
3232
(>= 0.5))
3333
(patch

raylib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ depends: [
1212
"ocaml" {>= "4.08.0"}
1313
"dune" {>= "3.20" & >= "3.20"}
1414
"dune-configurator"
15-
"ctypes" {>= "0.14"}
15+
"ctypes" {>= "0.23.0"}
1616
"integers" {>= "0.5"}
1717
"patch" {>= "3.0.0"}
1818
"conf-mesa" {os = "linux" | os-family = "bsd"}

0 commit comments

Comments
 (0)