mirror of
https://github.com/pisto/oggify
synced 2024-11-22 01:37:29 +00:00
Merge pull request #3 from danieleds/patch-1
Fix revision of librespot dependency
This commit is contained in:
commit
f11fb48ce7
@ -11,9 +11,9 @@ readme = "README.md"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-core = "0.1.17"
|
tokio-core = "0.1.17"
|
||||||
librespot-core = { git = "https://github.com/librespot-org/librespot.git" }
|
librespot-core = { git = "https://github.com/librespot-org/librespot.git", rev = "a3c63b4e055f3ec68432d4a27479bed102e68e9e" }
|
||||||
librespot-metadata = { git = "https://github.com/librespot-org/librespot.git" }
|
librespot-metadata = { git = "https://github.com/librespot-org/librespot.git", rev = "a3c63b4e055f3ec68432d4a27479bed102e68e9e" }
|
||||||
librespot-audio = { git = "https://github.com/librespot-org/librespot.git" }
|
librespot-audio = { git = "https://github.com/librespot-org/librespot.git", rev = "a3c63b4e055f3ec68432d4a27479bed102e68e9e" }
|
||||||
regex = "1.1.0"
|
regex = "1.1.0"
|
||||||
log = "0.4.6"
|
log = "0.4.6"
|
||||||
env_logger = "0.6.0"
|
env_logger = "0.6.0"
|
||||||
|
Loading…
Reference in New Issue
Block a user