Compare commits

...

2 Commits

Author SHA1 Message Date
doryan a1e180b451 feat: comment build dep 2025-04-25 12:23:52 +04:00
doryan 09ae1b383c feat: change profile toolchain 2025-04-25 12:23:39 +04:00
2 changed files with 3 additions and 4 deletions

View File

@ -17,6 +17,5 @@ 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
[build-dependencies.proc-macro2]
version = "=1.0.79"
# [build-dependencies.proc-macro2]
# version = "=1.0.79"

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2024-06-13"
components = [ "rust-src" ]
profile = "complete"
profile = "default"