Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update radio requirement from 0.10.0 to 0.11.1 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update radio requirement from 0.10.0 to 0.11.1
Updates the requirements on [radio](https://github.com/rust-iot/radio-hal) to permit the latest version.
- [Release notes](https://github.com/rust-iot/radio-hal/releases)
- [Commits](rust-iot/radio-hal@v0.10.0...v0.11.1)

---
updated-dependencies:
- dependency-name: radio
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed May 6, 2022
commit 1aaf43a479511a15e4284ba1937b64b6663e7f69
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ default = [ "std", "util", "driver-pal/hal-cp2130", "driver-pal/hal-linux" ]

[dependencies]
embedded-hal = "1.0.0-alpha.5"
radio = "0.10.0"
radio = "0.11.1"
modular-bitfield = "0.11.2"
log = "0.4.14"
num_enum = { version = "0.5.4", default_features = false }
Expand Down