From b78e62b3517476902cd36748a1df406f99c7bd8a Mon Sep 17 00:00:00 2001 From: doryan Date: Sun, 10 Aug 2025 21:01:08 +0400 Subject: [PATCH] fix: ring-buffer is optional --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 4047dd0..b3d545f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"