v0.2.1
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",
},
},