Skip to content

Commit d58ecce

Browse files
committed
Make dune subst only available in dev
1 parent 40aa303 commit d58ecce

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

CHANGES.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
## dev (Unreleased)
2-
31
## v0.1.0 (August 2021)
42

53
- First release (`v0.1.0`) by [**@d-plaindoux**](https://github.com/d-plaindoux), [**@gr-im**](https://github.com/gr-im), [**@xhtmlboi**](https://github.com/xhtmlboi) and [**@xvw**](https://github.com/xvw)

preface.opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ dev-repo: "git+https://github.com/xvw/preface.git"
1515
bug-reports: "https://github.com/xvw/preface/issues"
1616

1717
build: [
18-
[ "dune" "subst" ]
18+
[ "dune" "subst" ] {dev}
1919
[ "dune" "build" "-p" name "-j" jobs ]
2020
[ "dune" "runtest" "-p" name ] {with-test}
2121
[ "dune" "build" "@doc" "-p" name ] {with-doc}
2222
]
2323

2424
depends: [
2525
"ocaml" { >= "4.08.0" }
26-
"dune" { >= "2.7.1" }
26+
"dune" { >= "2.8.0" }
2727
"either"
2828
"alcotest" {with-test}
2929
"qcheck-core" {with-test}

0 commit comments

Comments
 (0)