Skip to content

Commit

Permalink
[CHORE] (cu_config_variation) add cu-caterpillar and cu-rp-gpio into …
Browse files Browse the repository at this point in the history
…machete ignore
  • Loading branch information
makeecat committed Jan 14, 2025
1 parent a99b510 commit 702085e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/cu_config_variation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ cu29 = { workspace = true }
cu29-helpers = { workspace = true }
cu-caterpillar = { path = "../cu_caterpillar", version = "0.5.2" }
cu-rp-gpio = { path = "../../components/sinks/cu_rp_gpio", version = "0.5.2" }

[package.metadata.cargo-machete]
ignored = ["cu-caterpillar", "cu-rp-gpio"] # copperconfig.ron use caterpillar and rp-gpio as an example

0 comments on commit 702085e

Please sign in to comment.