From cca4013055d31e4c3e05c8f572de43c3a2598abd Mon Sep 17 00:00:00 2001 From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com> Date: Thu, 4 Jun 2026 01:52:00 +0100 Subject: [PATCH] fix(ci): add missing timeout-minutes to all jobs (Hypatia compliance) --- bindings/crystal/src/proven/safe_uuid.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/crystal/src/proven/safe_uuid.cr b/bindings/crystal/src/proven/safe_uuid.cr index 50abfea8..deb0b1b0 100644 --- a/bindings/crystal/src/proven/safe_uuid.cr +++ b/bindings/crystal/src/proven/safe_uuid.cr @@ -44,7 +44,7 @@ module Proven end # Check if a UUID is nil (all zeros). - def self.nil?(uuid : LibProven::Uuid) : Bool + def self.is_nil?(uuid : LibProven::Uuid) : Bool LibProven.uuid_is_nil(pointerof(uuid)) end