feat: rename crate dependency

This commit is contained in:
doryan 2025-04-25 16:34:44 +04:00
parent 3b6cc73b92
commit 1f734b1036

View File

@ -10,11 +10,11 @@ smart-leds = "0.4.0"
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"