From 89270cb95604b2f1e9c82744e6e999f18b2ee68e Mon Sep 17 00:00:00 2001 From: doryan Date: Sun, 10 Aug 2025 21:04:11 +0400 Subject: [PATCH] fix: add version --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index b3d545f..c07e452 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "0.1.0" edition = "2021" [dependencies.ring-buffer] +version = "0.1.0" git = "https://gitea.doryan04.ru/doryan/ring-buffer" optional = true