Skip to content

Commit 0f0e1f7

Browse files
authored
0install 2.14* requires dune 1.4
1 parent 5165a74 commit 0f0e1f7

File tree

2 files changed

+2
-2
lines changed
  • packages/0install

2 files changed

+2
-2
lines changed

packages/0install/0install.2.14.1/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"lwt_react"
1818
"ocurl" {>= "0.7.9"}
1919
"sha" {>= "1.9"}
20-
"dune" {< "2.0"}
20+
"dune" {>= "1.4" & < "2.0"}
2121
"cppo" {build}
2222
]
2323
depopts: ["obus" "lablgtk" "lwt_glib"]

packages/0install/0install.2.14/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ depends: [
1717
"lwt_react"
1818
"ocurl" {>= "0.7.9"}
1919
"sha" {>= "1.9"}
20-
"dune" {< "2.0"}
20+
"dune" {>= "1.4" & < "2.0"}
2121
"cppo" {build}
2222
]
2323
depopts: ["obus" "lablgtk" "lwt_glib"]

0 commit comments

Comments
 (0)