Skip to content

Commit

Permalink
Update upper bounds for async and lwt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nymphium committed Jul 16, 2023
1 parent e46e2f1 commit 1446d45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions aws-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ build: [
depends: [
"ocaml" {>= "4.08"}
"aws" {= version}
"async" {>= "v0.9.0" & < "v0.15"}
"async_kernel" {>= "v0.9.0" & < "v0.15"}
"async_unix" {>= "v0.9.0" & < "v0.15"}
"async" {>= "v0.9.0" & < "v0.16"}
"async_kernel" {>= "v0.9.0" & < "v0.16"}
"async_unix" {>= "v0.9.0" & < "v0.16"}
"cohttp" {>= "2.4.0" & < "3.0.0"}
"cohttp-async" {>= "2.4.0" & < "3.0.0"}
"dune" {>= "2.7"}
Expand Down
2 changes: 1 addition & 1 deletion aws-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dev-repo: "git+https://github.com/inhabitedtype/ocaml-aws.git"
depends: [
"ocaml" {>= "4.08"}
"aws" {= version}
"lwt" {>= "4.0.0" & < "5.5.0"}
"lwt" {>= "4.0.0" & < "5.7.0"}
"cohttp" {>= "2.4.0" & < "3.0.0"}
"cohttp-lwt" {>= "2.4.0" & < "3.0.0"}
"cohttp-lwt-unix" {>= "0.99.0"}
Expand Down

0 comments on commit 1446d45

Please sign in to comment.