Skip to content

Commit 7f931b6

Browse files
committed
Add notes about required dune versions for MDX stanzas
Signed-off-by: Nathan Rebours <[email protected]>
1 parent d54d51e commit 7f931b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ adding the following stanza to your `dune-project`:
2929
(using mdx 0.2)
3030
```
3131

32+
Note that version `0.2` of the MDX stanza is only available in dune `3.0` or
33+
higher. You can use the first, `0.1` version with dune `2.4` or higher.
34+
3235
Then add the following in the relevant `dune` file:
3336
```
3437
(mdx)

0 commit comments

Comments
 (0)