Skip to content

Commit

Permalink
Bump ocaml version for async/lwt packages also
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfugmann committed Dec 21, 2023
1 parent 9c08e22 commit bd7ecbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion amqp-client-async.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.14.0"}
"dune" {>= "2.0"}
"amqp-client" {= version}
"async" {>= "v0.16.0"}
Expand Down
2 changes: 1 addition & 1 deletion amqp-client-lwt.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build: [
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
"ocaml" {>= "4.04.0"}
"ocaml" {>= "4.14.0"}
"dune" {>= "2.0"}
"amqp-client" {= version}
"lwt" {>= "2.4.6"}
Expand Down

0 comments on commit bd7ecbf

Please sign in to comment.