Skip to content

0.1.0 for zig 0.11

Compare
Choose a tag to compare
@melonedo melonedo released this 12 Mar 01:42
· 8 commits to main since this release

This releases targets zig 0.11 and is not compatible with other versions.

Installation

Add to build.zig.zon:

.{
    .dependencies = .{
        // other dependencies...
        .tls12 = .{
            .url = "https://github.com/melonedo/zig-tls12/archive/refs/tags/0.1.0-for-zig-0.11.tar.gz",
            .hash = "1220403ecddfa960117ea4e990a365b8a2bcb264300b2775beab7c124d8cb43a0f9b",
        },
    },
}

Check readme for detailed instructions.