Skip to content

Commit b68aebb

Browse files
authored
Merge pull request #28311 from mseri/rescript-syntax
rescript-syntax is not compatible with ppxlib < 0.35.0
2 parents 9046217 + b4f8355 commit b68aebb

File tree

1 file changed

+1
-1
lines changed
  • packages/rescript-syntax/rescript-syntax.1.0.0

1 file changed

+1
-1
lines changed

packages/rescript-syntax/rescript-syntax.1.0.0/opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ depends: [
99
"dune" {>= "3.8"}
1010
"ocaml"
1111
"melange" {= version}
12-
"ppxlib" {>= "0.28.0"}
12+
"ppxlib" {>= "0.28.0" & < "0.35.0"}
1313
"odoc" {with-doc}
1414
]
1515
build: [

0 commit comments

Comments
 (0)