Skip to content

Commit df03e4a

Browse files
authored
chore: remove hard contstraint on ocaml version (#119)
1 parent de50036 commit df03e4a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
(synopsis "Pixel-by-pixel image difference algorithm")
3535
(depends
3636
dune
37-
(ocaml (= 5.2.0))
37+
ocaml
3838
)
3939
)
4040

@@ -44,7 +44,7 @@
4444
(depends
4545
dune
4646
odiff-core
47-
(ocaml (= 5.2.0))
47+
ocaml
4848
(dune-configurator (>= 3.16.0))
4949
)
5050
)

odiff-core.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/dmtrKovalenko/odiff"
99
bug-reports: "https://github.com/dmtrKovalenko/odiff/issues"
1010
depends: [
1111
"dune" {>= "2.8"}
12-
"ocaml" {= "5.2.0"}
12+
"ocaml"
1313
"odoc" {with-doc}
1414
]
1515
build: [

odiff-io.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ bug-reports: "https://github.com/dmtrKovalenko/odiff/issues"
1010
depends: [
1111
"dune" {>= "2.8"}
1212
"odiff-core"
13-
"ocaml" {= "5.2.0"}
13+
"ocaml"
1414
"dune-configurator" {>= "3.16.0"}
1515
"odoc" {with-doc}
1616
]

0 commit comments

Comments
 (0)