Skip to content

Commit

Permalink
Require minimal ppxlib version (#11488)
Browse files Browse the repository at this point in the history
Otherwise the describe test is failing because the description does not
match.

Similar reasoning as #11487.

Signed-off-by: Marek Kubica <[email protected]>
Co-authored-by: Nicolás Ojeda Bär <[email protected]>
  • Loading branch information
Leonidas-from-XIV and nojb authored Feb 18, 2025
1 parent c54ffd3 commit 1ef56ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune.opam
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ depends: [
"odoc" { with-dev-setup & >= "2.4.0" & os != "win32" }
"ppx_expect" { with-dev-setup & >= "v0.17" & os != "win32" }
"ppx_inline_test" { with-dev-setup & os != "win32" }
"ppxlib" { with-dev-setup & os != "win32" }
"ppxlib" { with-dev-setup & >= "0.35.0" & os != "win32" }
"ctypes" { with-dev-setup & os != "win32" }
"utop" { with-dev-setup & >= "2.6.0" & os != "win32" }
"melange" { with-dev-setup & >= "5.0.0-51" & os != "win32" }
Expand Down
2 changes: 1 addition & 1 deletion dune.opam.template
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ depends: [
"odoc" { with-dev-setup & >= "2.4.0" & os != "win32" }
"ppx_expect" { with-dev-setup & >= "v0.17" & os != "win32" }
"ppx_inline_test" { with-dev-setup & os != "win32" }
"ppxlib" { with-dev-setup & os != "win32" }
"ppxlib" { with-dev-setup & >= "0.35.0" & os != "win32" }
"ctypes" { with-dev-setup & os != "win32" }
"utop" { with-dev-setup & >= "2.6.0" & os != "win32" }
"melange" { with-dev-setup & >= "5.0.0-51" & os != "win32" }
Expand Down

0 comments on commit 1ef56ff

Please sign in to comment.