We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ec168 commit 716ce6aCopy full SHA for 716ce6a
examples/atmega328p/Cargo.toml
@@ -24,6 +24,12 @@ version = "0.5.3"
24
# path = "../.."
25
features = ["atmega328p", "rt"]
26
27
+# The latest releases of `proc-macro2` do not support the rust toolchain that
28
+# we use. Thus, we must fix this dependency to an older version where our
29
+# toolchain is still supported. See https://github.com/Rahix/avr-hal/issues/537
30
+[build-dependencies.proc-macro2]
31
+version = "=1.0.79"
32
+
33
# Configure the build for minimal size - AVRs have very little program memory
34
[profile.dev]
35
panic = "abort"
0 commit comments