diff options
author | Robby Zambito <contact@robbyzambito.me> | 2025-05-10 22:51:14 -0400 |
---|---|---|
committer | Robby Zambito <contact@robbyzambito.me> | 2025-05-11 10:12:26 -0400 |
commit | cde289d6480f03cde3ea64a9e798b4ef912ea116 (patch) | |
tree | 0a6a9465459caf39b8a5c47583e3270296d313ce /build.zig.zon | |
parent | 716fb466fa2ba12738e62a6f86253347a83af146 (diff) |
Update gatorcat dep and use bytes for broadcast message
The latter is helpful for the lifetime of the message.
Diffstat (limited to 'build.zig.zon')
-rw-r--r-- | build.zig.zon | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build.zig.zon b/build.zig.zon index 1a40712..9a60200 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -45,8 +45,8 @@ .hash = "clap-0.10.0-oBajB434AQBDh-Ei3YtoKIRxZacVPF1iSwp3IX_ZB8f0", }, .gatorcat = .{ - .url = "git+https://github.com/kj4tmp/gatorcat#bb1847f6c95852e7a0ec8c07870a948c171d5f98", - .hash = "gatorcat-0.3.2-WcrpTf1mBwDrmPaIhKCfLJO064v8Sjjn7DBq4CKZSgHH", + .url = "git+https://github.com/kj4tmp/gatorcat.git#0a97b666677501db4939e3e8245f88a19e015893", + .hash = "gatorcat-0.3.4-WcrpTcleBwCta_9TjomuIGb3bdg2Pke_FXI_WkMTEivH", }, }, .paths = .{ |