diff --git a/crates/od-ontology/Cargo.toml b/crates/od-ontology/Cargo.toml index c21161b..07ac865 100644 --- a/crates/od-ontology/Cargo.toml +++ b/crates/od-ontology/Cargo.toml @@ -34,8 +34,8 @@ serde_json = "1" # COMMENT. The bump crosses #95 (medcare, additive) + #96 (convergence-pin # test) + #97 + #98 (reverse map); OdooPort + the 9 ODOO_ALIASES are # byte-identical across the whole range (re-verified). -ogar-vocab = { git = "https://github.com/AdaWorldAPI/OGAR", rev = "7e6771858e5138e066b13d93e9791f7db4df6077", optional = true } -ogar-adapter-surrealql = { git = "https://github.com/AdaWorldAPI/OGAR", rev = "7e6771858e5138e066b13d93e9791f7db4df6077", optional = true } +ogar-vocab = { git = "https://github.com/AdaWorldAPI/OGAR", rev = "ac4b4162bb6ba8d590be3b2b37a07a44f7135d6c", optional = true } +ogar-adapter-surrealql = { git = "https://github.com/AdaWorldAPI/OGAR", rev = "ac4b4162bb6ba8d590be3b2b37a07a44f7135d6c", optional = true } [features] # Opt-in CLI (mirrors openproject-nexgen-rs#31's `--features cli` discipline).