Skip to content

Commit 3d1b152

Browse files
committed
Bump minimum dune version to 3.13
Fixes dune issue: ocaml/dune#9365.
1 parent 3efe923 commit 3d1b152

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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 3.7)
1+
(lang dune 3.13)
22
(using dune_site 0.1)
33
(cram enable)
44
(name goblint)

goblint.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ homepage: "https://goblint.in.tum.de"
3535
doc: "https://goblint.readthedocs.io/en/latest/"
3636
bug-reports: "https://github.com/goblint/analyzer/issues"
3737
depends: [
38-
"dune" {>= "3.7"}
38+
"dune" {>= "3.13"}
3939
"ocaml" {>= "4.14"}
4040
"goblint-cil" {>= "2.0.5"}
4141
"batteries" {>= "3.5.1"}

0 commit comments

Comments
 (0)