Depend on dune 3.16
We depend on a feature newer than 3.14.2 and it works for 3.16.
This commit is contained in:
parent
4ff887acee
commit
34539125c4
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ bug-reports: "https://github.com/dinosaure/blogger/issues"
|
|||
|
||||
depends: [
|
||||
"ocaml" { >= "5.1.0" }
|
||||
"dune" { >= "2.8" }
|
||||
"dune" { >= "3.16.0" }
|
||||
"preface" { >= "0.1.0" }
|
||||
"logs" {>= "0.7.0" }
|
||||
"cmdliner" { >= "1.0.0"}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
(lang dune 2.8)
|
||||
(lang dune 3.16)
|
||||
(name blogger)
|
||||
|
|
Loading…
Reference in a new issue