bump lang dune to 2.7 (#480)

This fixes the `dune subst` instructions.
This commit is contained in:
Etienne Millon 2024-02-27 14:13:53 +01:00 committed by GitHub
parent d4f6f5f733
commit 6b9220d0d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 3 deletions

View File

@ -1,4 +1,4 @@
(lang dune 2.0)
(lang dune 2.7)
(formatting (enabled_for dune))
(name utop)

View File

@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml-community/utop"
doc: "https://ocaml-community.github.io/utop/"
bug-reports: "https://github.com/ocaml-community/utop/issues"
depends: [
"dune" {>= "2.0"}
"dune" {>= "2.7"}
"ocaml" {>= "4.11.0"}
"base-unix"
"base-threads"
@ -24,9 +24,10 @@ depends: [
"cppo" {>= "1.1.2"}
"alcotest" {with-test}
"xdg" {>= "3.9.0"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {pinned}
["dune" "subst"] {dev}
[
"dune"
"build"