Cargo.toml: update url to mpvipc-async

This commit is contained in:
Oystein Kristoffer Tveit 2024-12-14 00:50:52 +01:00
parent 4a02bd089b
commit b0b77b4981
Signed by: oysteikt
GPG Key ID: 9F2F7D8250F35146
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -933,7 +933,7 @@ dependencies = [
[[package]]
name = "mpvipc-async"
version = "0.1.0"
source = "git+https://git.pvv.ntnu.no/oysteikt/mpvipc-async.git?rev=v0.1.0#467cac3c503887c4d6371ec5fdf1b23b3e0eb515"
source = "git+https://git.pvv.ntnu.no/Projects/mpvipc-async.git?rev=v0.1.0#467cac3c503887c4d6371ec5fdf1b23b3e0eb515"
dependencies = [
"futures",
"log",

View File

@ -15,7 +15,7 @@ clap = { version = "4.4.1", features = ["derive"] }
clap-verbosity-flag = "2.2.2"
env_logger = "0.10.0"
log = "0.4.20"
mpvipc-async = { git = "https://git.pvv.ntnu.no/oysteikt/mpvipc-async.git", rev = "v0.1.0" }
mpvipc-async = { git = "https://git.pvv.ntnu.no/Projects/mpvipc-async.git", rev = "v0.1.0" }
sd-notify = "0.4.3"
serde = { version = "1.0.188", features = ["derive"] }
serde_json = "1.0.105"