Skip to content

Commit

Permalink
update to published radio crate
Browse files Browse the repository at this point in the history
  • Loading branch information
ryankurte committed Nov 11, 2021
1 parent 5d8cc1a commit d99dfb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ util = ["structopt", "tracing", "tracing-subscriber", "humantime", "driver-pal/h
default = [ "util", "driver-pal/hal-cp2130", "driver-pal/hal-linux" ]

[dependencies]
radio = "0.9.1"
radio = "0.10.0"
embedded-hal = "1.0.0-alpha.5"

driver-pal = { version = "0.8.0-alpha.5", default_features = false }

structopt = { version = "0.3.25", optional = true }
Expand All @@ -38,5 +39,4 @@ path = "src/util/main.rs"
required-features = [ "util" ]

[patch.crates-io]
radio = { git = "https://github.com/rust-iot/radio-hal", branch = "master" }
#radio = { path = "../radio-hal" }

0 comments on commit d99dfb1

Please sign in to comment.