Skip to content

Commit c262a5d

Browse files
committed
Update to newer rust compiler and avr-hal version
Also see Rahix/avr-hal#268.
1 parent d330f45 commit c262a5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ embedded-hal = "0.2.3"
1818

1919
[dependencies.arduino-hal]
2020
git = "https://github.com/rahix/avr-hal"
21-
rev = "f84c0dff774c2292bc932b670955165161ecc7d1"
21+
rev = "d0d2f243bd3e10b49f6a78d44839a6caa8be7d43"
2222
{% case board -%}
2323
{%- when "Arduino Leonardo" -%}
2424
features = ["arduino-leonardo"]

rust-toolchain.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2021-01-07"
3-
components = [ "rust-src" ]
4-
profile = "minimal"
2+
channel = "nightly-2022-05-10"
3+
components = ["rust-src"]
4+
profile = "minimal"

0 commit comments

Comments
 (0)