From 3ee066e53a6b57446c448abf5f90fef76c873a1d Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Sat, 22 Mar 2025 02:47:28 -0700 Subject: [PATCH] making this packed broke zig-sqlite integration --- ulid.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ulid.zig b/ulid.zig index e366c235a429b38b95588a1cd0274e7d865373a7..b2c8d621c086ad0a568890f238800dc27bfc07b5 100644 --- a/ulid.zig +++ b/ulid.zig @@ -30,7 +30,7 @@ pub const Factory = struct { /// |----------| |----------------| /// Timestamp Randomness /// 48bits 80bits -pub const ULID = packed struct { +pub const ULID = struct { timestamp: u48, randomnes: u80, -- 2.54.0