Compare commits

..

1 Commits

Author SHA1 Message Date
doryan 12104cdc0b feat: remove proc-macro dependency 2025-04-24 21:36:02 +03:00
2 changed files with 2 additions and 4 deletions

View File

@ -17,5 +17,3 @@ features = ["atmega32u4"]
# The latest releases of `proc-macro2` do not support the rust toolchain that # 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 # 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"

View File

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