Skip to content

2.0.1

Latest

Choose a tag to compare

@benoitc benoitc released this 25 Sep 09:34
9726187

Fixed

  • quic compiles on Windows again. The NIF build and clean hooks ran
    through sh, which Windows lacks, so every compile failed there,
    including projects that only reach quic through hackney. The hooks now
    run c_src/build_nif.sh only on Unix platforms, and Windows runs on OTP
    crypto (#358).