Cargo.toml: update url to mpvipc-async
This commit is contained in:
parent
4a02bd089b
commit
b0b77b4981
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user