authorgravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-03-22 02:47:28 -07:00
committergravatar for hello@nektro.netMeghan Denny <hello@nektro.net> 2025-03-22 02:47:28 -07:00
log3ee066e53a6b57446c448abf5f90fef76c873a1d
treecc761f06cbae2a527eb202b51341bf24b77d74ae
parentdb058e6f9e3d28b0cb436afbdbdc92098362baa9

making this packed broke zig-sqlite integration


1 files changed, 1 insertions(+), 1 deletions(-)

ulid.zig+1-1
......@@ -30,7 +30,7 @@ pub const Factory = struct {
3030/// |----------| |----------------|
3131/// Timestamp Randomness
3232/// 48bits 80bits
33pub const ULID = packed struct {
33pub const ULID = struct {
3434 timestamp: u48,
3535 randomnes: u80,
3636