From 6e6b5f9c734f7987dbd6e7cc65d45709936f3adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 04:30:15 +0900 Subject: [PATCH] tests/avr: Update avr-device to 0.6 (#182) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- tests/avr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/avr/Cargo.toml b/tests/avr/Cargo.toml index 7a62f53e..e16763c9 100644 --- a/tests/avr/Cargo.toml +++ b/tests/avr/Cargo.toml @@ -8,7 +8,7 @@ publish = false portable-atomic = { path = "../..", features = ["float"] } test-helper = { path = "../helper" } -avr-device = "0.5" +avr-device = "0.6" paste = "1" ufmt = "0.2"