Skip to content

Commit

Permalink
Merge pull request #73 from benmandrew/bound-docker-hub
Browse files Browse the repository at this point in the history
Upper bound for `docker_hub`
  • Loading branch information
shonfeder authored May 27, 2024
2 parents 9bec7f8 + c9064ae commit f0e67c4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
6 changes: 4 additions & 2 deletions dune-project
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
(lang dune 1.11)
(implicit_transitive_deps true) ; Change to false once in a while to see what we are really using
; Too fragile to turn off by default though

; Change to false once in a while to see what we are really using
; Too fragile to turn off by default though
(implicit_transitive_deps true)
8 changes: 4 additions & 4 deletions opam-health-check.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tags: ["opam" "check"]
build: ["dune" "build" "-p" name "-j" jobs]
depends: [
"ocaml" {>= "4.10.0"}
"dune" {>= "1.0"}
"dune" {>= "1.11"}
"tyxml" {>= "4.3.0"}
"cohttp"
"cohttp-lwt"
Expand All @@ -26,7 +26,7 @@ depends: [
"mirage-crypto-rng" {>= "0.11.0"}
"mirage-crypto-rng-lwt" {>= "0.11.0"}
"cmdliner" {>= "1.1.0"}
"prometheus-app"
"prometheus-app" {>= "1.2"}
"fpath"
"fmt" {>= "0.8.7"}
"re" {>= "1.7.2"}
Expand All @@ -46,8 +46,8 @@ depends: [
"lwt"
"lwt_ppx"
"uri"
"docker_hub" {>= "0.1.0"}
"memtrace"
"docker_hub" {>= "0.1.0" & < "0.2.0"}
"memtrace" {>= "0.2.3"}
"tls-lwt" {>= "0.16.0"} # activate conduit with TLS for slack webhooks
"conf-libev" # Required for lwt to avoid hitting the limits of select(2)
"conf-pixz" # TODO: Make it a library
Expand Down

0 comments on commit f0e67c4

Please sign in to comment.