Skip to content

Commit 7771dcd

Browse files
committedOct 9, 2024
Fix version of Ptime to include RFC3339
Previous versions fail with ``` File "tool/ood-gen/lib/academic_institution.ml", line 41, characters 53-79: 41 | str ^ "T00:00:00+00:00" |> Ptime.of_rfc3339 |> Ptime.rfc3339_string_error ^^^^^^^^^^^^^^^^^^^^^^^^^^ Error: Unbound value Ptime.rfc3339_string_error ```
1 parent 266197a commit 7771dcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎dune-project

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
ppx_stable
7171
ezjsonm
7272
lambdasoup
73-
ptime
73+
(ptime (>= 1.1.0))
7474
(cmdliner
7575
(>= 1.1.0))
7676
xmlm

‎ocamlorg.opam

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ depends: [
4848
"ppx_stable"
4949
"ezjsonm"
5050
"lambdasoup"
51-
"ptime"
51+
"ptime" {>= "1.1.0"}
5252
"cmdliner" {>= "1.1.0"}
5353
"xmlm"
5454
"uri"

0 commit comments

Comments
 (0)