Skip to content

Commit 6b9220d

Browse files
authored
bump lang dune to 2.7 (#480)
This fixes the `dune subst` instructions.
1 parent d4f6f5f commit 6b9220d

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(lang dune 2.0)
1+
(lang dune 2.7)
22
(formatting (enabled_for dune))
33
(name utop)
44

utop.opam

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ homepage: "https://github.com/ocaml-community/utop"
1010
doc: "https://ocaml-community.github.io/utop/"
1111
bug-reports: "https://github.com/ocaml-community/utop/issues"
1212
depends: [
13-
"dune" {>= "2.0"}
13+
"dune" {>= "2.7"}
1414
"ocaml" {>= "4.11.0"}
1515
"base-unix"
1616
"base-threads"
@@ -24,9 +24,10 @@ depends: [
2424
"cppo" {>= "1.1.2"}
2525
"alcotest" {with-test}
2626
"xdg" {>= "3.9.0"}
27+
"odoc" {with-doc}
2728
]
2829
build: [
29-
["dune" "subst"] {pinned}
30+
["dune" "subst"] {dev}
3031
[
3132
"dune"
3233
"build"

0 commit comments

Comments
 (0)