We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9f8c77 commit b60bd36Copy full SHA for b60bd36
Makefile
@@ -58,7 +58,7 @@ install: ## Update the package dependencies when new deps are added to dune-proj
58
59
.PHONY: init
60
create-switch: ## Create a local opam switch
61
- @opam switch create . 5.1.1 --no-install
+ @opam switch create . 5.2.0 --no-install
62
63
64
init: create-switch install ## Create a local opam switch, install deps
0 commit comments