Skip to content

Commit

Permalink
Merge pull request #320 from hannesm/mirage-crypto-0-8
Browse files Browse the repository at this point in the history
conduit-lwt-unix: require tls 0.12.2+
  • Loading branch information
avsm authored Jul 24, 2020
2 parents 6ebe3cc + d4549a2 commit e586e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conduit-lwt-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ depends: [
]
depopts: ["tls" "lwt_ssl" "launchd"]
conflicts: [
"tls" {< "0.11.0"}
"tls" {< "0.12.2"}
"ssl" {< "0.5.9"}
]
build: [
Expand Down

0 comments on commit e586e05

Please sign in to comment.