File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ with [Dune](https://github.com/ocaml/dune) and hosted on
28
28
;; two dependencies on dune to work around
29
29
;; https://github.com/ocaml/dune/issues/3431
30
30
dune
31
- ;; the tests require dune 3.8
32
- ( dune ( and ( >= 3 .8 ) :with -test) )
31
+ ;; the tests require dune 3.14
32
+ ( dune ( and ( >= 3 .14 ) :with -test) )
33
33
( curly ( >= 0 .3.0) )
34
34
( fmt ( >= 0 .8.7) )
35
35
( fpath ( >= 0 .7.3) )
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ bug-reports: "https://github.com/tarides/dune-release/issues"
20
20
depends: [
21
21
"ocaml" {>= "4.08.0"}
22
22
"dune" {>= "2.7"}
23
- "dune" {>= "3.8 " & with-test}
23
+ "dune" {>= "3.14 " & with-test}
24
24
"curly" {>= "0.3.0"}
25
25
"fmt" {>= "0.8.7"}
26
26
"fpath" {>= "0.7.3"}
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ Run dune-release distrib with the uncommitted name in dune-project.
57
57
dune-release: [WARNING] The repo is dirty. Uncommitted changes to files
58
58
(including dune-project) will not be included in the
59
59
distribution archive.
60
+ File " dune-project" , line 1 , characters 0 -0:
60
61
Error: The project name is not defined , please add a (name <name >) field to
61
62
your dune-project file.
62
63
dune-release: [ERROR] run [' dune' ' subst' ]: exited with 1
You can’t perform that action at this time.
0 commit comments