Skip to content

Commit f6c8b31

Browse files
committed
Upgrade toolchain
Newest rustc contains an important bugfix to AVR's code generator (rust-lang/rust#98567). Ref: Rahix/avr-hal-template#9
1 parent f99550d commit f6c8b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[toolchain]
2-
channel = "nightly-2022-06-13"
2+
channel = "nightly-2022-07-10"
33
components = [ "rust-src" ]
44
profile = "minimal"

0 commit comments

Comments
 (0)