dune icon indicating copy to clipboard operation
dune copied to clipboard

chore: update makefile to support latest dune

Open maiste opened this issue 8 months ago • 0 comments

As we updated dune to use the latest version, it requires dune to be pinned to the local version to satisfy the dependencies and be able to use ocaml-lsp-server without merlin complaining about the dune version not being correct. This PR simply changes the dev-switch to also pin dune packages to the local version.

maiste avatar Jun 18 '25 15:06 maiste