Skip to content

Commit 74ec32c

Browse files
authored
Add lower bound on re and fix dune subst
1 parent e95231d commit 74ec32c

File tree

1 file changed

+2
-2
lines changed
  • packages/obelisk/obelisk.0.8.0

1 file changed

+2
-2
lines changed

packages/obelisk/obelisk.0.8.0/opam

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ depends: [
1313
"ocaml" {>= "4.08"}
1414
"dune" {>= "2.2.0"}
1515
"menhir" {>= "20190613"}
16-
"re"
16+
"re" {>= "1.7.2"}
1717
]
1818
build: [
19-
["dune" "subst"] {pinned}
19+
["dune" "subst"] {dev}
2020
[
2121
"dune"
2222
"build"

0 commit comments

Comments
 (0)