From 08ea659c9bcc39902233f0f771eb7883f9b97876 Mon Sep 17 00:00:00 2001 From: aaltshuler Date: Wed, 10 Jun 2026 02:21:10 +0300 Subject: [PATCH] build: commit Cargo.lock for omnigraph-cluster's optional fail dependency The failpoints feature added fail = { workspace = true, optional = true } to the crate manifest; the lockfile edge belongs with it (--locked CI gate). Co-Authored-By: Claude Fable 5 --- Cargo.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.lock b/Cargo.lock index 79760b0..f6a1b8a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4568,6 +4568,7 @@ dependencies = [ name = "omnigraph-cluster" version = "0.6.2" dependencies = [ + "fail", "omnigraph-compiler", "omnigraph-engine", "serde",