From 46d0ae450be30321abda85b93e28f8a9df679848 Mon Sep 17 00:00:00 2001 From: Meghan Date: Thu, 7 Jan 2021 12:56:34 -0800 Subject: [PATCH] README- dep.hash prop does not exist yet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2bae3e7c52ac17f3a284bbb5a570b28e52eccf9..a690a282ff46e09be84b13697a352e9bcd33fae7 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ zigmod sum ``` - This will generate a `zig.sum` file with the blake3 hashes of your modules. -- Place that hash in the `hash: blake3:` property of a dependency to be able to check it with `verify`. + ### Adding `deps.zig` to `build.zig` ```diff -- 2.54.0