From 788060bf38fc5c1ec9923d32f2cf9bdc2cebf977 Mon Sep 17 00:00:00 2001 From: doryan Date: Fri, 25 Apr 2025 16:35:08 +0400 Subject: [PATCH] feat: rename crate dependency --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f1a1b8f..2e6f238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,11 +7,11 @@ edition = "2021" git = "https://github.com/rahix/avr-hal" rev = "3e362624547462928a219c40f9ea8e3a64f21e5f" -[dependencies.static_pins] -git = "https://gitea.doryan04.ru/TheEmbeddedRust/static_pins" +[dependencies.static-pins] +git = "https://gitea.doryan04.ru/TheEmbeddedRust/static-pins" [features] -sparkfun-promicro = ["arduino-hal/sparkfun-promicro", "static_pins/sparkfun-promicro"] +sparkfun-promicro = ["arduino-hal/sparkfun-promicro", "static-pins/sparkfun-promicro"] [dependencies.avr-device] version = "0.5.4"