Skip to content

Commit f2c3353

Browse files
authored
Merge pull request #4 from skolemlabs/fix-min-ppxlib
2 parents c170cc7 + 55b7f64 commit f2c3353

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
unreleased
2+
========
3+
- #4: fix minimum ppxlib version
4+
15
1.0.0
26
========
37
- #1: initial implementation

diff.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage: "https://github.com/skolemlabs/diff"
99
bug-reports: "https://github.com/skolemlabs/diff/issues"
1010
depends: [
1111
"dune" {>= "3.10"}
12-
"ppxlib" {>= "0.25.0"}
12+
"ppxlib" {>= "0.26.0"}
1313
"ocamlformat" {with-dev-setup}
1414
"ppx_deriving" {with-test}
1515
"tezt" {with-test & >= "3.1.1" & < "4.0.0"}

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
(name diff)
1616
(synopsis "A library for generating diffs from product types")
1717
(depends
18-
(ppxlib (>= 0.25.0))
18+
(ppxlib (>= 0.26.0))
1919
(ocamlformat :with-dev-setup)
2020
(ppx_deriving :with-test)
2121
(tezt (and :with-test (and (>= 3.1.1) (< 4.0.0))))))

0 commit comments

Comments
 (0)