From fbb15ed8e7a6f67cdb015afacb4158f176017017 Mon Sep 17 00:00:00 2001 From: yggverse Date: Tue, 9 Sep 2025 11:40:31 +0300 Subject: [PATCH] use stable `btracker-fs` version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6b66008..7c8a6fc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ urlencoding = "2.1.3" regex = "1.11.2" # development -[patch.crates-io] -btracker-fs = { git = "https://github.com/YGGverse/btracker-fs.git" } +# [patch.crates-io] +# btracker-fs = { git = "https://github.com/YGGverse/btracker-fs.git" } # btracker-scrape = { git = "https://github.com/YGGverse/btracker-scrape.git" } # btracker-fs = { path = "../btracker-fs" }