Skip to content

Commit 603d86b

Browse files
committed
TMP: add pin-depend on nullable-array
1 parent 702113c commit 603d86b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

vector.opam

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ build: [
1818
["dune" "runtest" "-p" name "-j" jobs] {with-test}
1919
]
2020
dev-repo: "git+https://github.com/backtracking/vector.git"
21+
22+
# TODO: not to be merged. Remove once https://github.com/chambart/ocaml-nullable-array/pull/1 is released
23+
pin-depends: [
24+
[ "nullable-array.dev" "git+https://github.com/craigfe/ocaml-nullable-array#70f8ebe331895daea7519031ddc87ddc52175756" ]
25+
]

0 commit comments

Comments
 (0)