Skip to content

Commit

Permalink
Merge pull request #4 from skolemlabs/fix-min-ppxlib
Browse files Browse the repository at this point in the history
  • Loading branch information
zbaylin authored Oct 20, 2023
2 parents c170cc7 + 55b7f64 commit f2c3353
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
unreleased
========
- #4: fix minimum ppxlib version

1.0.0
========
- #1: initial implementation
Expand Down
2 changes: 1 addition & 1 deletion diff.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage: "https://github.com/skolemlabs/diff"
bug-reports: "https://github.com/skolemlabs/diff/issues"
depends: [
"dune" {>= "3.10"}
"ppxlib" {>= "0.25.0"}
"ppxlib" {>= "0.26.0"}
"ocamlformat" {with-dev-setup}
"ppx_deriving" {with-test}
"tezt" {with-test & >= "3.1.1" & < "4.0.0"}
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
(name diff)
(synopsis "A library for generating diffs from product types")
(depends
(ppxlib (>= 0.25.0))
(ppxlib (>= 0.26.0))
(ocamlformat :with-dev-setup)
(ppx_deriving :with-test)
(tezt (and :with-test (and (>= 3.1.1) (< 4.0.0))))))

0 comments on commit f2c3353

Please sign in to comment.