Skip to content

Commit

Permalink
bump radio version
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Apr 18, 2024
1 parent 2f7e353 commit be78e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ util = [ "std", "clap", "tracing", "tracing-subscriber", "humantime", "crc16", "
default = [ "std", "util", "serde", "driver-pal/hal-cp2130", "driver-pal/hal-linux", "patch-unknown-state" ]

[dependencies]
radio = { version = "0.11.0", default_features = false }
radio = { version = "0.12.1", default_features = false }
embedded-hal = "1.0.0"
embedded-hal-bus = "0.1.0"
driver-pal = { version = "0.9.0", default_features = false, optional=true }
Expand Down

0 comments on commit be78e50

Please sign in to comment.