feat: remove proc-macro dependency

This commit is contained in:
doryan 2025-04-24 21:36:02 +03:00
parent 8416bd0fa4
commit 12104cdc0b

View File

@ -16,7 +16,4 @@ 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"
# toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537