From 2302f1cb8b04dc1d0b3e6b4c306fc95d655c4761 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 2 Jul 2026 06:42:24 +0000 Subject: [PATCH] =?UTF-8?q?lock:=20ogar=20pin=20991450a0=20->=2019373a2=20?= =?UTF-8?q?(OGAR=20#147=20merged=20=E2=80=94=20the=20canon-high=20flip)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fulfills the codex-P1 gate on this PR: the flip commit is now reachable from OGAR main, so the lockfile pins it and --locked builds get the flipped ogar_vocab::app the updated literals expect. Verified against the real git dep (no local path override): 45 workspace suites + op-canon doctests green. Co-Authored-By: Claude --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ca875c8..53c0ee1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1210,7 +1210,7 @@ version = "0.1.0" [[package]] name = "lance-graph-contract" version = "0.1.0" -source = "git+https://github.com/AdaWorldAPI/lance-graph?branch=main#d8a59a44ccafdff107b1ca370f38da0b1252938c" +source = "git+https://github.com/AdaWorldAPI/lance-graph?branch=main#6858118b30816298a2e78448790131732647b6d8" dependencies = [ "glob", "serde", @@ -1504,7 +1504,7 @@ dependencies = [ [[package]] name = "ogar-class-view" version = "0.1.0" -source = "git+https://github.com/AdaWorldAPI/OGAR?branch=main#991450a0dead2a2066239f31ee668927d8e63364" +source = "git+https://github.com/AdaWorldAPI/OGAR?branch=main#19373a2da837991058ef61bb2175da2371d54232" dependencies = [ "lance-graph-contract 0.1.0 (git+https://github.com/AdaWorldAPI/lance-graph?branch=main)", "ogar-vocab", @@ -1513,7 +1513,7 @@ dependencies = [ [[package]] name = "ogar-render-askama" version = "0.1.0" -source = "git+https://github.com/AdaWorldAPI/OGAR?branch=main#991450a0dead2a2066239f31ee668927d8e63364" +source = "git+https://github.com/AdaWorldAPI/OGAR?branch=main#19373a2da837991058ef61bb2175da2371d54232" dependencies = [ "askama", "ogar-vocab", @@ -1522,7 +1522,7 @@ dependencies = [ [[package]] name = "ogar-vocab" version = "0.1.0" -source = "git+https://github.com/AdaWorldAPI/OGAR?branch=main#991450a0dead2a2066239f31ee668927d8e63364" +source = "git+https://github.com/AdaWorldAPI/OGAR?branch=main#19373a2da837991058ef61bb2175da2371d54232" [[package]] name = "once_cell"