We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d330f45 commit c262a5dCopy full SHA for c262a5d
Cargo.toml
@@ -18,7 +18,7 @@ embedded-hal = "0.2.3"
18
19
[dependencies.arduino-hal]
20
git = "https://github.com/rahix/avr-hal"
21
-rev = "f84c0dff774c2292bc932b670955165161ecc7d1"
+rev = "d0d2f243bd3e10b49f6a78d44839a6caa8be7d43"
22
{% case board -%}
23
{%- when "Arduino Leonardo" -%}
24
features = ["arduino-leonardo"]
rust-toolchain.toml
@@ -1,4 +1,4 @@
1
[toolchain]
2
-channel = "nightly-2021-01-07"
3
-components = [ "rust-src" ]
4
-profile = "minimal"
+channel = "nightly-2022-05-10"
+components = ["rust-src"]
+profile = "minimal"
0 commit comments