File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,11 +14,6 @@ serde = ["dep:serde", "ogar-vocab/serde"]
1414
1515[dependencies ]
1616ogar-vocab = { path = " ../ogar-vocab" }
17- # Temporarily pinned to the ruff `field_type` commit (rev) — `Field.field_type`
18- # is consumed by `project_odoo_fields` but is not yet on ruff `main`; it lands
19- # via the ruff PR-to-main on branch `claude/odoo-rs-transcode-lf8ya5` (this arc,
20- # rev 4860e79 also carries the soc operator-veto fix 101928a). Flip both back to
21- # `branch = "main"` once that ruff PR merges.
22- ruff_spo_triplet = { git = " https://github.com/AdaWorldAPI/ruff" , rev = " 4860e7987aa0c9453f812bb0178962d1cba66df0" }
23- ruff_spo_address = { git = " https://github.com/AdaWorldAPI/ruff" , rev = " 4860e7987aa0c9453f812bb0178962d1cba66df0" }
17+ ruff_spo_triplet = { git = " https://github.com/AdaWorldAPI/ruff" , branch = " main" }
18+ ruff_spo_address = { git = " https://github.com/AdaWorldAPI/ruff" , branch = " main" }
2419serde = { workspace = true , optional = true }
You can’t perform that action at this time.
0 commit comments