Skip to content

Commit f284043

Browse files
authored
Merge pull request #466 from gfngfn/upgrade-otfed-to-0-3-2
Upgrade `otfed` to `.0.3.2`
2 parents 4d27f13 + 46f33bd commit f284043

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
(< 2.0)))
5858
(otfed
5959
(and
60-
(>= 0.3.1)
60+
(>= 0.3.2)
6161
(< 0.4)))
6262
(ppx_deriving
6363
(and

satysfi.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ depends: [
2020
"menhir" {>= "20231231"}
2121
"menhirLib" {>= "20231231"}
2222
"omd" {>= "1.3.2" & < "2.0"}
23-
"otfed" {>= "0.3.1" & < "0.4"}
23+
"otfed" {>= "0.3.2" & < "0.4"}
2424
"ppx_deriving" {>= "5.2.1" & < "6.0"}
2525
"re" {>= "1.10.4" & < "2.0"}
2626
"uutf" {>= "1.0.3" & < "2.0"}

0 commit comments

Comments
 (0)