dns-letsencrypt unikernels require letsencrypt 0.4.0 now

This commit is contained in:
Hannes Mehnert 2021-09-27 13:04:56 +02:00
parent 4934f4d0b6
commit 157e707bf6
2 changed files with 4 additions and 4 deletions

View file

@ -11,8 +11,8 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"duration" "duration"
"ethernet" { >= "2.2.0" & < "3.0.0"} "ethernet" { >= "2.2.0" & < "3.0.0"}
"functoria-runtime" "functoria-runtime"
"letsencrypt" { >= "0.3.0"} "letsencrypt" { >= "0.4.0"}
"letsencrypt-dns" { >= "0.3.0"} "letsencrypt-dns" { >= "0.4.0"}
"logs" "logs"
"lwt" "lwt"
"mirage" {build & >= "3.10.4" & < "3.11.0"} "mirage" {build & >= "3.10.4" & < "3.11.0"}

View file

@ -11,8 +11,8 @@ depends: [ "arp" { >= "2.3.0" & < "3.0.0"}
"duration" "duration"
"ethernet" { >= "2.2.0" & < "3.0.0"} "ethernet" { >= "2.2.0" & < "3.0.0"}
"functoria-runtime" "functoria-runtime"
"letsencrypt" { >= "0.3.0"} "letsencrypt" { >= "0.4.0"}
"letsencrypt-dns" { >= "0.3.0"} "letsencrypt-dns" { >= "0.4.0"}
"logs" "logs"
"logs-syslog" { >= "0.3.0" & < "0.4"} "logs-syslog" { >= "0.3.0" & < "0.4"}
"lwt" "lwt"