Skip to content

Commit 5afb8cd

Browse files
committed
meta: Fix wrong local path for hightorrent upstream
1 parent 8f66dcf commit 5afb8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ default = [ "qbittorrent" ]
1717
qbittorrent = [ "reqwest" ]
1818

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

0 commit comments

Comments
 (0)