Skip to content

Commit

Permalink
[CHORE] (cu_rp_gpio) (cu_rp_sn754410) bump rppal to 0.22.1 (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
makeecat authored Jan 14, 2025
1 parent 7dd638d commit 34d2229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/sinks/cu_rp_gpio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ serde = { workspace = true }
lazy_static = "1.5.0"

[target.'cfg(target_os = "linux")'.dependencies]
rppal = { version = "0.19.0", features = ["hal"] }
rppal = { version = "0.22.1", features = ["hal"] }

[build-dependencies]
cfg_aliases = "0.2.1"
Expand Down
2 changes: 1 addition & 1 deletion components/sinks/cu_rp_sn754410/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ serde = { workspace = true }
cu29-helpers = { workspace = true }

[target.'cfg(target_os = "linux")'.dependencies]
rppal = { version = "0.20.0", features = ["hal"] }
rppal = { version = "0.22.1", features = ["hal"] }

[build-dependencies]
cfg_aliases = "0.2.1"
Expand Down

0 comments on commit 34d2229

Please sign in to comment.