fix: ring-buffer is optional

This commit is contained in:
doryan 2025-08-10 21:01:08 +04:00
parent 2efee051ff
commit b78e62b351

View File

@ -5,6 +5,7 @@ edition = "2021"
[dependencies.ring-buffer]
git = "https://gitea.doryan04.ru/doryan/ring-buffer"
optional = true
[dependencies.arduino-hal]
git = "https://github.com/rahix/avr-hal"