update librqbit crate to 9.0.0-beta.1 (includes fix for #452)

This commit is contained in:
yggverse 2025-07-10 01:50:39 +03:00
parent 3b71a2a2ec
commit a762cb59b6

View file

@ -15,7 +15,7 @@ anyhow = "1.0"
chrono = "0.4"
clap = { version = "4.5", features = ["derive"] }
hyper-util = "0.1"
librqbit = {version = "9.0.0-beta.0", features = ["disable-upload"]}
librqbit = {version = "9.0.0-beta.1", features = ["disable-upload"]}
regex = "1.11"
tokio = { version = "1.45", features = ["full"] }
tracing-subscriber = "0.3"
@ -25,4 +25,4 @@ voca_rs = "1.15"
walkdir = "2.5"
[patch.crates-io]
librqbit = { git = "https://github.com/ikatson/rqbit.git", package = "librqbit" }
#librqbit = { version = "9.0.0-beta.0", path = "../../rqbit/crates/librqbit", package = "librqbit" }
#librqbit = { version = "9.0.0-beta.1", path = "../../rqbit/crates/librqbit", package = "librqbit" }