Skip to content

Commit

Permalink
Fixed timere package dep lower bound
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenldl committed Nov 28, 2023
1 parent 3de5546 commit d5cda9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ Features:
(oseq (>= "0.5"))
(containers (>= "3.6"))
fmt
(timedesc (>= "1.1.0"))
(timedesc-sexp (>= "1.1.0"))
(timedesc (>= "2.0.0"))
(timedesc-sexp (>= "2.0.0"))
(diet (>= "0.4"))
(crowbar :with-test)
(alcotest :with-test)
Expand Down
4 changes: 2 additions & 2 deletions timere.opam
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ depends: [
"oseq" {>= "0.5"}
"containers" {>= "3.6"}
"fmt"
"timedesc" {>= "1.1.0"}
"timedesc-sexp" {>= "1.1.0"}
"timedesc" {>= "2.0.0"}
"timedesc-sexp" {>= "2.0.0"}
"diet" {>= "0.4"}
"crowbar" {with-test}
"alcotest" {with-test}
Expand Down

0 comments on commit d5cda9b

Please sign in to comment.