0.1.0 for zig 0.11
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.