diff options
author | Aymeric Fromherz | 2024-05-28 14:28:40 +0200 |
---|---|---|
committer | Aymeric Fromherz | 2024-05-28 14:28:40 +0200 |
commit | 445c566f11dcc9ba8c69a154902a12a18ba3a2aa (patch) | |
tree | 5c8f555f1da3b309198814cba984e043c113f043 /tests | |
parent | 4b14d42b2c2eff3104f0bc342f0bc5ff7cecd5e9 (diff) |
Add type and set/map for marker and borrow id
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_runner/aeneas_test_runner.opam | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_runner/aeneas_test_runner.opam b/tests/test_runner/aeneas_test_runner.opam index b57cc9f6..1539c521 100644 --- a/tests/test_runner/aeneas_test_runner.opam +++ b/tests/test_runner/aeneas_test_runner.opam @@ -7,7 +7,7 @@ homepage: "https://github.com/AeneasVerif/aeneas" bug-reports: "https://github.com/AeneasVerif/aeneas/issues" depends: [ "ocaml" - "dune" {>= "3.12"} + "dune" {>= "3.7"} "odoc" {with-doc} ] build: [ |