Revert "no pinned deps"

This reverts commit 9c3d8d7df22d7e5befc8e80ab890a90cbf0862b6.
This commit is contained in:
Lesenechal Remi 2019-12-13 12:50:20 +01:00
parent c873350b15
commit 23cc7e82d6

View File

@ -23,6 +23,9 @@ depends: [
# work around upstream in-place update # work around upstream in-place update
"ocaml-migrate-parsetree" { = "1.4.0" } "ocaml-migrate-parsetree" { = "1.4.0" }
] ]
pin-depends: [
["bisect_ppx.git" "git+https://github.com/aantron/bisect_ppx.git"]
]
build: [ build: [
[ "dune" "build" "-p" name "-j" jobs ] [ "dune" "build" "-p" name "-j" jobs ]
] ]