Skip to content

Commit

Permalink
Add tls-lwt dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtichOwO committed Feb 20, 2023
1 parent e572025 commit e16f778
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,9 @@
(tcpip
(>= 7.1.2))
(tls-mirage
(>= 0.15.4))))
(>= 0.15.4))
(tls-lwt
(>= 0.16.0))))

(package
(name mehari-lwt-unix)
Expand Down
1 change: 1 addition & 0 deletions mehari-mirage.opam
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ depends: [
"mirage-time" {>= "3.0.0"}
"tcpip" {>= "7.1.2"}
"tls-mirage" {>= "0.15.4"}
"tls-lwt" {>= "0.16.0"}
"odoc" {with-doc}
]
build: [
Expand Down

0 comments on commit e16f778

Please sign in to comment.