changes for 0.0.9, minor fixes

This commit is contained in:
Hannes Mehnert 2025-02-17 12:02:10 +01:00
parent 0daf6ee811
commit a6ce9ccec3
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# v0.0.9 2025-02-17 - Berlin (Germany)
- Remove unnecessary functors (@hannesm)
# v0.0.8 2024-11-05 - Berlin (Germany) # v0.0.8 2024-11-05 - Berlin (Germany)
- Do not call [f_body] with a redirect body (#2 @hannesm) - Do not call [f_body] with a redirect body (#2 @hannesm)

View file

@ -1,4 +1,5 @@
(library (library
(name http_mirage_client) (name http_mirage_client)
(public_name http-mirage-client) (public_name http-mirage-client)
(libraries paf x509 tcpip mimic-happy-eyeballs httpaf h2 ca-certs-nss)) (libraries paf x509 tcpip mimic-happy-eyeballs httpaf h2 ca-certs-nss tls
tls-mirage))

View file

@ -1,7 +1,7 @@
(executable (executable
(name test) (name test)
(libraries fmt.tty logs.fmt http-mirage-client tcpip.stack-socket paf.mirage (libraries fmt.tty logs.fmt http-mirage-client tcpip.stack-socket paf.mirage
mirage-crypto-rng mimic-happy-eyeballs alcotest-lwt)) mirage-crypto-rng mimic-happy-eyeballs alcotest-lwt dns-client-mirage))
(rule (rule
(alias runtest) (alias runtest)