Skip to content

Commit

Permalink
retry: add lower-bound to lwt dep
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-proust authored Nov 4, 2024
1 parent a372d40 commit 13ddb6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"Shon Feder <[email protected]>")
(depends
(ocaml (>= 4.08))
lwt))
(lwt (>= 5.3.0))))

(package
(name lwt_ppx)
Expand Down
2 changes: 1 addition & 1 deletion lwt_retry.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ bug-reports: "https://github.com/ocsigen/lwt/issues"
depends: [
"dune" {>= "2.0"}
"ocaml" {>= "4.08"}
"lwt"
"lwt" {>= "5.3.0"}
]
build: [
["dune" "subst"] {pinned}
Expand Down

0 comments on commit 13ddb6f

Please sign in to comment.