Skip to content

Commit

Permalink
Merge pull request #3 from rust-iot/register
Browse files Browse the repository at this point in the history
Upgrade to radio-hal 0.10
  • Loading branch information
henrikssn authored Nov 12, 2021
2 parents 74040c0 + 9736a8d commit ac161ef
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 250 deletions.
12 changes: 3 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,12 @@ edition = "2018"
util = [ "structopt", "linux-embedded-hal", "simplelog", "humantime", "bitbang-hal", "shared-bus", "nb", "void" ]
default = ["log"]

defmt-default = ["defmt"]
defmt-trace = ["defmt"]
defmt-debug = ["defmt"]
defmt-info = ["defmt"]
defmt-warn = ["defmt"]
defmt-error = ["defmt"]

[dependencies]
libc = { version = "0.2", optional = true }
radio = "0.9"
radio = "0.10"
embedded-hal = { version = "0.2.4", features = ["unproven"] }
modular-bitfield = "0.11.0"

serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }

structopt = { version = "0.3", optional = true }
Expand All @@ -30,7 +25,6 @@ simplelog = { version = "0.10", optional = true }
humantime = { version = "2.0", optional = true }
shared-bus = { version = "0.2.0", features = ["std"], optional = true }
bitbang-hal = { version = "0.3.2", optional = true }
modular-bitfield = "0.11.0"
nb = {version = "1", optional = true}
void = {version = "1", optional = true}

Expand Down
Loading

0 comments on commit ac161ef

Please sign in to comment.