Skip to content

0.12.3

Compare
Choose a tag to compare
@r4gus r4gus released this 20 Jan 18:20
· 26 commits to master since this release

two bug fixes.

Use this to get started:

// build.zig.zon
.{
    .name = "your-project",
    .version = "0.1.0",

    .dependencies = .{
        .zbor = .{
            .url = "https://github.com/r4gus/zbor/archive/refs/tags/0.12.3.tar.gz",
            .hash = "1220bbea0285a5d555320b00dde5ced378254c8be144d155d8f886ab4a4e9a855881", 
        },
    },
}