From c262a5d8498d6fa35f59423b715e497c848d4d77 Mon Sep 17 00:00:00 2001 From: Rahix Date: Tue, 10 May 2022 22:37:00 +0200 Subject: [PATCH] Update to newer rust compiler and avr-hal version Also see https://github.com/Rahix/avr-hal/pull/268. --- Cargo.toml | 2 +- rust-toolchain.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 84f34ed..cf02160 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,7 +18,7 @@ embedded-hal = "0.2.3" [dependencies.arduino-hal] git = "https://github.com/rahix/avr-hal" -rev = "f84c0dff774c2292bc932b670955165161ecc7d1" +rev = "d0d2f243bd3e10b49f6a78d44839a6caa8be7d43" {% case board -%} {%- when "Arduino Leonardo" -%} features = ["arduino-leonardo"] diff --git a/rust-toolchain.toml b/rust-toolchain.toml index 66d3757..09039d7 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "nightly-2021-01-07" -components = [ "rust-src" ] -profile = "minimal" \ No newline at end of file +channel = "nightly-2022-05-10" +components = ["rust-src"] +profile = "minimal"