File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ depends: [
11
11
"dune-configurator"
12
12
"ctypes" {>= "0.14"}
13
13
"raylib" {>= "0.6" & < "1.4.0"}
14
- "patch" {>= "2.0"}
14
+ "patch" {>= "2.0" & < "3.0" }
15
15
"odoc" {with-doc}
16
16
]
17
17
build: [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ depends: [
12
12
"dune-configurator"
13
13
"ctypes" {>= "0.14"}
14
14
"raylib" {>= "1.4.0"}
15
- "patch" {>= "2.0"}
15
+ "patch" {>= "2.0" & < "3.0" }
16
16
"odoc" {with-doc}
17
17
]
18
18
build: [
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
16
16
"conf-libxi" {os = "linux" | os-family = "bsd"}
17
17
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
18
18
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
19
- "patch" {>= "2.0"}
19
+ "patch" {>= "2.0" & < "3.0" }
20
20
"odoc" {with-doc}
21
21
]
22
22
build: [
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ depends: [
16
16
"conf-libxi" {os = "linux" | os-family = "bsd"}
17
17
"conf-libxinerama" {os = "linux" | os-family = "bsd"}
18
18
"conf-libxrandr" {os = "linux" | os-family = "bsd"}
19
- "patch" {>= "2.0"}
19
+ "patch" {>= "2.0" & < "3.0" }
20
20
"odoc" {with-doc}
21
21
]
22
22
build: [
You can’t perform that action at this time.
0 commit comments