From ddadc5d92072dee7bdf1a0da74c9e2bf9f0c7602 Mon Sep 17 00:00:00 2001 From: George Miao Date: Wed, 3 Jul 2024 11:18:14 +0900 Subject: [PATCH] chore: Release qbit-rs version 0.4.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 052baf1..b429b21 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qbit-rs" -version = "0.4.2" +version = "0.4.3" edition = "2021" license = "MIT" description = "A Rust library for interacting with qBittorrent's Web API"