From 48442f0b2cbceab460ce1166204649bf4a2160cc Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 8 Sep 2025 12:14:51 +0300 Subject: [PATCH] update version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 450cfc8..f982506 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "btracker-fs" -version = "0.1.0" +version = "0.2.0" edition = "2024" license = "MIT" readme = "README.md" @@ -16,4 +16,4 @@ public = [] [dependencies] chrono = { version = "0.4.41", features = ["serde"] } -librqbit-core = "5.0" \ No newline at end of file +librqbit-core = "5.0.0" \ No newline at end of file