We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 582750f commit 7dbf31eCopy full SHA for 7dbf31e
1 file changed
dune-project
@@ -85,7 +85,9 @@
85
(ocamlformat-lib
86
(= :version))
87
(ocamlformat-rpc-lib
88
- (and :with-test (= :version)))
+ (and
89
+ :with-test
90
+ (= :version)))
91
(re
92
(>= 1.10.3))))
93
0 commit comments