authorgravatar for hello@nektro.netMeghan <hello@nektro.net> 2021-01-07 12:56:34 -08:00
committergravatar for hello@nektro.netMeghan <hello@nektro.net> 2021-01-07 12:56:34 -08:00
log46d0ae450be30321abda85b93e28f8a9df679848
treec3bfe8583c8b68e1f930482478cfa65c10d3bf37
parent2d33d8f91be881b3f8ab9b8eab242c2451f1b3df

README- dep.hash prop does not exist yet


1 files changed, 1 insertions(+), 1 deletions(-)

README.md+1-1
......@@ -72,7 +72,7 @@ zigmod sum
7272```
7373
7474- This will generate a `zig.sum` file with the blake3 hashes of your modules.
75- Place that hash in the `hash: blake3:<hash>` property of a dependency to be able to check it with `verify`.
75<!-- - Place that hash in the `hash: blake-<hash>` property of a dependency to be able to check it with `verify`. -->
7676
7777### Adding `deps.zig` to `build.zig`
7878```diff