changes for 0.0.9, minor fixes
This commit is contained in:
parent
0daf6ee811
commit
a6ce9ccec3
3 changed files with 7 additions and 2 deletions
|
@ -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)
|
||||||
|
|
3
src/dune
3
src/dune
|
@ -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))
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue