From a1e180b45116631284b9ad125c8cb9bc7fda2c8d Mon Sep 17 00:00:00 2001 From: doryan Date: Fri, 25 Apr 2025 12:23:52 +0400 Subject: [PATCH] feat: comment build dep --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 50f251f..da01065 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"