Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <patrickelectric@gmail.com>
  • Loading branch information
patrickelectric committed Dec 11, 2024
1 parent c6bba06 commit cfac752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ crate-type = ["cdylib"]
cpy-binder = "1.0"
libc = "0.2"
pyo3 = { version = "0.18", features = ["extension-module", "abi3-py39"], optional = true }
navigator-rs = { version = "0.5.0" }
# navigator-rs = { version = "0.5.0" }
navigator-rs = { git = "https://github.com/patrickelectric/navigator-rs.git", branch = "pi5" }
rand = "0.8"
lazy_static = "1.4.0"

Expand Down

0 comments on commit cfac752

Please sign in to comment.