Skip to content

Commit ac161ef

Browse files
authored
Merge pull request #3 from rust-iot/register
Upgrade to radio-hal 0.10
2 parents 74040c0 + 9736a8d commit ac161ef

File tree

3 files changed

+410
-250
lines changed

3 files changed

+410
-250
lines changed

Cargo.toml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,12 @@ edition = "2018"
1111
util = [ "structopt", "linux-embedded-hal", "simplelog", "humantime", "bitbang-hal", "shared-bus", "nb", "void" ]
1212
default = ["log"]
1313

14-
defmt-default = ["defmt"]
15-
defmt-trace = ["defmt"]
16-
defmt-debug = ["defmt"]
17-
defmt-info = ["defmt"]
18-
defmt-warn = ["defmt"]
19-
defmt-error = ["defmt"]
20-
2114
[dependencies]
2215
libc = { version = "0.2", optional = true }
23-
radio = "0.9"
16+
radio = "0.10"
2417
embedded-hal = { version = "0.2.4", features = ["unproven"] }
18+
modular-bitfield = "0.11.0"
19+
2520
serde = { version = "1.0", default-features = false, features = ["derive"], optional = true }
2621

2722
structopt = { version = "0.3", optional = true }
@@ -30,7 +25,6 @@ simplelog = { version = "0.10", optional = true }
3025
humantime = { version = "2.0", optional = true }
3126
shared-bus = { version = "0.2.0", features = ["std"], optional = true }
3227
bitbang-hal = { version = "0.3.2", optional = true }
33-
modular-bitfield = "0.11.0"
3428
nb = {version = "1", optional = true}
3529
void = {version = "1", optional = true}
3630

0 commit comments

Comments
 (0)