Skip to content

Commit 46f33bd

Browse files
committed
upgrade otfed to .0.3.2
1 parent 4d27f13 commit 46f33bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)