From c77d02a7f74d445bb4c5f3212469cdf46a4e70e8 Mon Sep 17 00:00:00 2001 From: doryan Date: Sun, 10 Aug 2025 21:18:19 +0400 Subject: [PATCH] i hate this --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index c07e452..d537cea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.0" edition = "2021" [dependencies.ring-buffer] -version = "0.1.0" git = "https://gitea.doryan04.ru/doryan/ring-buffer" optional = true @@ -16,8 +15,8 @@ rev = "3e362624547462928a219c40f9ea8e3a64f21e5f" git = "https://gitea.doryan04.ru/TheEmbeddedRust/static-pins" [features] +ring-buf = ["ring-buffer"] sparkfun-promicro = ["arduino-hal/sparkfun-promicro", "static-pins/sparkfun-promicro"] -ring-buffer = ["dep:ring-buffer"] [dependencies.avr-device] version = "0.5.4"