Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use correct fmt version in dune-project
As of Dune 2.5.0, warnings are emitted if the `(using lang <foo>)` stanza is using a version higher than is supported. This gives us the following warning in CI: ``` File "dune-project", line 3, characters 11-14: 3 | (using fmt 1.2) ^^^ Warning: Version 1.2 of integration with automatic formatters is not supported until version 1.11 of the dune language. Supported versions of this extension in version 1.8 of the dune language: - 1.0 to 1.1 ```
- Loading branch information