fix: ring-buffer is optional
This commit is contained in:
parent
2efee051ff
commit
b78e62b351
|
@ -5,6 +5,7 @@ edition = "2021"
|
||||||
|
|
||||||
[dependencies.ring-buffer]
|
[dependencies.ring-buffer]
|
||||||
git = "https://gitea.doryan04.ru/doryan/ring-buffer"
|
git = "https://gitea.doryan04.ru/doryan/ring-buffer"
|
||||||
|
optional = true
|
||||||
|
|
||||||
[dependencies.arduino-hal]
|
[dependencies.arduino-hal]
|
||||||
git = "https://github.com/rahix/avr-hal"
|
git = "https://github.com/rahix/avr-hal"
|
||||||
|
|
Loading…
Reference in New Issue