Skip to content

Commit 714ab29

Browse files
committed
Update dune lang to get proper opam file generation
opam-repository CI rejects the use of `{pinned}` now, bumping the dune lang that way generate the right opam file, using the prefered `{dev}` flag Signed-off-by: Nathan Rebours <[email protected]>
1 parent 926dd4a commit 714ab29

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-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.2)
1+
(lang dune 2.7)
22

33
(name mdx)
44

mdx.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ license: "ISC"
2121
homepage: "https://github.com/realworldocaml/mdx"
2222
bug-reports: "https://github.com/realworldocaml/mdx/issues"
2323
depends: [
24-
"dune" {>= "2.2"}
24+
"dune" {>= "2.7"}
2525
"ocaml" {>= "4.02.3"}
2626
"ocamlfind"
2727
"fmt" {>= "0.8.5"}
@@ -38,7 +38,7 @@ depends: [
3838
"alcotest" {with-test}
3939
]
4040
build: [
41-
["dune" "subst"] {pinned}
41+
["dune" "subst"] {dev}
4242
[
4343
"dune"
4444
"build"

0 commit comments

Comments
 (0)