Skip to content

Commit 0874331

Browse files
committed
Use Dune 2.0
The `(alias ...)` field on rules requires at least Dune lang 2.0.
1 parent 6dc92b8 commit 0874331

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

dune-project

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
(lang dune 2.0)

nullable-array.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build: [
2222
]
2323

2424
depends: [
25-
"dune" {>= "1.10"}
25+
"dune" {>= "2.0"}
2626
"ocaml" {>= "4.03" (* use Sys.opaque_identity *)
2727
& < "4.13~"} (* need to be tested before announcing that a version is correct *)
2828
]

0 commit comments

Comments
 (0)