atproto utils for zig zat.dev
atproto sdk zig
26
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: pin websocket dependency to specific commit

pointing at master.tar.gz is a moving target — causes hash mismatches
in clean builds (e.g. Docker) when upstream master advances.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

zzstoatzz 7123918c 31d2d328

+2 -2
+2 -2
build.zig.zon
··· 5 5 .minimum_zig_version = "0.15.0", 6 6 .dependencies = .{ 7 7 .websocket = .{ 8 - .url = "https://github.com/karlseguin/websocket.zig/archive/refs/heads/master.tar.gz", 9 - .hash = "websocket-0.1.0-ZPISdRNzAwAGszh62EpRtoQxu8wb1MSMVI6Ow0o2dmyJ", 8 + .url = "https://github.com/karlseguin/websocket.zig/archive/97fefafa59cc78ce177cff540b8685cd7f699276.tar.gz", 9 + .hash = "websocket-0.1.0-ZPISdRlzAwBB_Bz2UMMqxYqF6YEVTIBoFsbzwPUJTHIc", 10 10 }, 11 11 }, 12 12 .paths = .{