stog: use dune version 3

This commit is contained in:
Vincent Laporte
2022-03-28 07:08:14 +02:00
committed by Vincent Laporte
parent 15f220b07c
commit bb559f92af
+1 -1
View File
@@ -10,7 +10,7 @@ else
buildDunePackage rec {
pname = "stog";
version = "0.20.0";
useDune2 = true;
duneVersion = "3";
minimalOCamlVersion = "4.12";
src = fetchFromGitLab {
domain = "framagit.org";