atproto pds in zig pds.zat.dev
pds atproto
24

Configure Feed

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

deps: pin zat at the v0.3.8 tag

Move off the interim commit-archive pin onto the released zat v0.3.8 tag
(same code, now a clean versioned pin). Still on canonical websocket v0.1.8.

zig build && zig build test green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

zzstoatzz (Jun 23, 2026, 1:23 AM -0500) d45bddcd 159022a4

+2 -2
+2 -2
build.zig.zon
··· 5 5 .minimum_zig_version = "0.16.0", 6 6 .dependencies = .{ 7 7 .zat = .{ 8 - .url = "https://tangled.org/zat.dev/zat/archive/bb93dc212bec8cc1bd0263714a1acc68ea6c4388.tar.gz", 9 - .hash = "zat-0.3.7-5PuC7glgCgCV8hqxGrXTSVFnRNGP3MQAPoDZXg2vGNX0", 8 + .url = "https://tangled.org/zat.dev/zat/archive/v0.3.8.tar.gz", 9 + .hash = "zat-0.3.8-5PuC7glgCgCVn18R0k6AuXiNok-jjqDRGgaBFj5JsI_N", 10 10 }, 11 11 .zqlite = .{ 12 12 .url = "git+https://github.com/karlseguin/zqlite.zig?ref=master#05a88d6758753e1c63fdd45b211dde2057094b0c",