Skip to content

Commit

Permalink
added rerun dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbin committed Dec 22, 2024
1 parent aa10de9 commit df47b00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ members = [
"components/sources/cu_wt901",
"components/sources/cu_rp_encoder",
"components/tasks/cu_aligner",
"components/tasks/cu_lidar_fusion",
"components/tasks/cu_pid",
"components/testing/cu_udp_inject",
"examples/cu_caterpillar",
Expand Down Expand Up @@ -117,5 +118,8 @@ derive_more = { version = "1", features = ["full"] }
# used across testing
tempfile = "3.14.0"

# 0.21 is crappy out at the time of writing with some other dependencies
rerun = "0.20.3"

# [profile.release]
# lto = true
2 changes: 1 addition & 1 deletion examples/cu_pointclouds/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repository.workspace = true
[dependencies]
cu29 = { workspace = true }
cu29-helpers = { workspace = true }
rerun = { workspace = true }
tempfile = "3.14.0"
cu-hesai = { path = "../../components/sources/cu_hesai", version = "0.5.1" }
cu-udp-inject = { path = "../../components/testing/cu_udp_inject" }
rerun = "0.20.3"

0 comments on commit df47b00

Please sign in to comment.