colcon-ros-cargo doesn't really work...

This commit is contained in:
James Pace 2026-07-05 09:09:03 -04:00
parent a4f130fcc0
commit 87d2519575
1 changed files with 1 additions and 4 deletions

View File

@ -4,8 +4,5 @@ version = "0.1.0"
edition = "2024" edition = "2024"
[dependencies] [dependencies]
limbo_graph = { version = "*" }
thiserror = { version = "2.0.18", default-features = false }
[patch.crates-io]
limbo_graph = { branch = "main", git="https://git.jpace121.net/public/limbo_graph.git" } limbo_graph = { branch = "main", git="https://git.jpace121.net/public/limbo_graph.git" }
thiserror = { version = "2.0.18", default-features = false }