Skip to content

Commit

Permalink
Merge pull request #17 from roburio/tls-016
Browse files Browse the repository at this point in the history
Adapt to tls.lwt package split into tls-lwt
  • Loading branch information
hannesm authored Feb 17, 2023
2 parents 853e1f0 + a3f2eed commit 15e0de3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.2 (2023-02-17)

* Update to tls 0.16.0 package split: tls.lwt is now tls-lwt (#17 by @hannesm)

## v0.2.1 (2023-01-02)

* Fix ownership of buffers given by the HTTP scheduler (#16 by @dinosaure)
Expand Down
3 changes: 2 additions & 1 deletion http-lwt-client.opam
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ depends: [
"base64" {>= "3.1.0"}
"faraday-lwt-unix"
"httpaf" {>= "0.7.0"}
"tls" {>= "0.14.0"}
"tls" {>= "0.16.0"}
"tls-lwt" {>= "0.16.0"}
"ca-certs"
"fmt"
"bos"
Expand Down
2 changes: 1 addition & 1 deletion src/dune
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
(library
(name http_lwt_client)
(public_name http-lwt-client)
(libraries faraday-lwt-unix h2 httpaf lwt.unix tls.lwt ca-certs base64
(libraries faraday-lwt-unix h2 httpaf lwt.unix tls tls-lwt ca-certs base64
logs happy-eyeballs-lwt))

0 comments on commit 15e0de3

Please sign in to comment.