Skip to content

Commit 82a3a93

Browse files
authored
Merge pull request #269 from talex5/fix-opam
Opam doesn't allow with-test in conflicts
2 parents 7d26c58 + 9f06776 commit 82a3a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capnp-rpc-unix.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ depends: [
2828
"asetmap" {with-test}
2929
]
3030
conflicts: [
31-
"jbuilder" {with-test}
31+
"jbuilder"
3232
]
3333
build: [
3434
["dune" "build" "-p" name "-j" jobs]

0 commit comments

Comments
 (0)