From dc7720e2982ad9e163896abbaedd153e721bfff5 Mon Sep 17 00:00:00 2001 From: Rene Schallner Date: Fri, 19 May 2023 03:35:33 +0200 Subject: [PATCH] update README with latest .zon dep --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0b853d0..2becff7 100644 --- a/README.md +++ b/README.md @@ -152,10 +152,10 @@ To add zap to `build.zig.zon`: .version = "0.0.1", .dependencies = .{ - // zap release-0.0.20 + // zap release-0.0.21 .zap = .{ - .url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.20.tar.gz", - .hash = "12200772b594bc50bbdc18b14aa3c7461991a33179f9c254de05eb34d214662971da", + .url = "https://github.com/zigzap/zap/archive/refs/tags/release-0.0.21.tar.gz", + .hash = "12202384c46e9e2059fb5082c61c42aae2421edff233cb8cecef682114cbbabf7197", } } }