Skip to content

Commit

Permalink
Update to newer rust compiler and avr-hal version
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahix committed May 10, 2022
1 parent d330f45 commit c262a5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
Expand Down
6 changes: 3 additions & 3 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2021-01-07"
components = [ "rust-src" ]
profile = "minimal"
channel = "nightly-2022-05-10"
components = ["rust-src"]
profile = "minimal"

0 comments on commit c262a5d

Please sign in to comment.