Skip to content

Commit

Permalink
constrain cottp < 6 on cli lib
Browse files Browse the repository at this point in the history
  • Loading branch information
actionshrimp committed Mar 5, 2024
1 parent dfcd9c2 commit 4ad2743
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
(description "For when the official gcloud distribution is too heavyweight.")
(depends
gcloud
(cohttp (< 6))
cmdliner
logs
tls-lwt))
1 change: 1 addition & 0 deletions gcloud-cli.opam
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ bug-reports: "https://github.com/imandra-ai/ocaml-gcloud/issues"
depends: [
"dune" {>= "3.8"}
"gcloud"
"cohttp" {< "6"}
"cmdliner"
"logs"
"tls-lwt"
Expand Down

0 comments on commit 4ad2743

Please sign in to comment.