Compare commits
2 Commits
12104cdc0b
...
a1e180b451
Author | SHA1 | Date | |
---|---|---|---|
|
a1e180b451 | ||
|
09ae1b383c |
|
@ -16,4 +16,6 @@ features = ["atmega32u4"]
|
|||
|
||||
# The latest releases of `proc-macro2` do not support the rust toolchain that
|
||||
# we use. Thus, we must fix this dependency to an older version where our
|
||||
# toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537
|
||||
# toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537
|
||||
# [build-dependencies.proc-macro2]
|
||||
# version = "=1.0.79"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[toolchain]
|
||||
channel = "nightly-2024-06-13"
|
||||
components = [ "rust-src" ]
|
||||
profile = "complete"
|
||||
profile = "default"
|
||||
|
|
Loading…
Reference in New Issue