Skip to content

v0.2.1

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Mar 03:30
· 5 commits to main since this release
761584f

New features

  • Use new hash format introduced in 0.14 for dependencies.
  • Zigfetch support the new hash format

Import like this:

.dependencies = .{
    .zigcli = .{
        .url = "https://github.com/jiacai2050/zigcli/archive/refs/tags/v0.2.1.tar.gz",
        .hash = "zigcli-0.2.1-ORC7jJiMAgBaLKuhtak-Q62A1tJmMJDnBhsnLvsDw7Tf",
    },
},