Skip to content

Commit

Permalink
Fix dune version in dune-project
Browse files Browse the repository at this point in the history
Otherwise we get:

```
- File "test/functoria/e2e/dune", line 18, characters 11-28:
- 18 |   (package functoria-runtime))
-                 ^^^^^^^^^^^^^^^^^
- Error: Dependency on an installed package requires at least (lang dune 2.9)
- (cd _build/default/test/functoria && ./test.exe)
```
  • Loading branch information
samoht committed Mar 28, 2022
1 parent 9da1c37 commit 22e7545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(lang dune 2.8)
(lang dune 2.9)
(name mirage)
(cram enable)

0 comments on commit 22e7545

Please sign in to comment.