From b02fe6e92f51caf3041d6c56317698eb4d5ef630 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Feb 2022 15:27:53 +0000 Subject: [PATCH] Update radio requirement from 0.10.0 to 0.11.0 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](https://github.com/rust-iot/radio-hal/compare/v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: radio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b8414a9..9092745 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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.0" modular-bitfield = "0.11.2" log = "0.4.14" num_enum = { version = "0.5.4", default_features = false }