alpha
Login
or
Join now
calabro.io
/
zat
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
atproto utils for zig
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
fix version, improved just test
author
jcalabro
date
3 months ago
(Apr 3, 2026, 10:57 AM -0400)
commit
b9c0db12
b9c0db12978c35ca594bd8c9c928c0d6fc85fb31
parent
01dc9a85
01dc9a85c1129d04dee1f22a5e9b3c3a82ea735c
+2
-2
2 changed files
Expand all
Collapse all
Unified
Split
build.zig.zon
justfile
+1
-1
build.zig.zon
View file
Reviewed
···
2
2
.name = .zat,
3
3
.version = "0.3.0-alpha.15",
4
4
.fingerprint = 0x8da9db57ee82fbe4,
5
5
-
.minimum_zig_version = "0.16.0",
5
5
+
.minimum_zig_version = "0.16.0-dev.3070+b22eb176b",
6
6
.dependencies = .{
7
7
.websocket = .{
8
8
.url = "https://github.com/zzstoatzz/websocket.zig/archive/ac3df25.tar.gz",
+1
-1
justfile
View file
Reviewed
···
14
14
15
15
# run tests
16
16
test:
17
17
-
zig build test
17
17
+
zig build test --summary all -freference-trace