Skip to content

Commit c45f91a

Browse files
committed
meta: Use latest hightorrent release for crate update
1 parent 36127a7 commit c45f91a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ default = [ "qbittorrent" ]
1717
qbittorrent = [ "reqwest" ]
1818

1919
[dependencies]
20-
# hightorrent = { version = "0.3", path = "../hightorrent-upstream" }
21-
hightorrent = { git = "https://github.com/angrynode/hightorrent" }
20+
hightorrent = { version = "0.3", path = "../hightorrent-upstream" }
21+
# hightorrent = { git = "https://github.com/angrynode/hightorrent" }
2222
tokio = { version = "1", features = [ "fs" ] }
2323
tokio-util = { version = "0.7" }
2424
async-trait = "0.1"

0 commit comments

Comments
 (0)