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"