diff --git a/Cargo.toml b/Cargo.toml index 39fcf6a..e326927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 } @@ -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" }