Skip to content

Commit ef90a2b

Browse files
authored
Merge pull request #27528 from mseri/qinap
qinap: remove upper bound from archival
2 parents 779cb13 + c0e7151 commit ef90a2b

File tree

1 file changed

+2
-2
lines changed
  • packages/qinap/qinap.1.0

1 file changed

+2
-2
lines changed

packages/qinap/qinap.1.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ homepage: "https://github.com/guillecosta/qinap"
88
bug-reports: "https://github.com/guillecosta/qinap/issues"
99
depends: [
1010
"ocaml" {>= "4.08"}
11-
"dune" {>= "2.6" & <= "3.17.1"}
12-
"base" {<= "v0.17.1"}
11+
"dune" {>= "2.6"}
12+
"base"
1313
]
1414
build: [
1515
["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)