fall back to latest librespot release in preparation for release
This commit is contained in:
10
Cargo.lock
generated
10
Cargo.lock
generated
@@ -1428,7 +1428,7 @@ dependencies = [
|
||||
"hyper 0.11.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"hyper-proxy 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"librespot-protocol 0.1.1 (git+https://github.com/librespot-org/librespot?rev=d77376a800041934803eac6790e3122f24c54b1e)",
|
||||
"librespot-protocol 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num-bigint 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -1457,7 +1457,7 @@ dependencies = [
|
||||
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"futures 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"librespot-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"librespot-protocol 0.1.1 (git+https://github.com/librespot-org/librespot?rev=d77376a800041934803eac6790e3122f24c54b1e)",
|
||||
"librespot-protocol 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"linear-map 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"protobuf 2.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -1486,7 +1486,7 @@ dependencies = [
|
||||
[[package]]
|
||||
name = "librespot-protocol"
|
||||
version = "0.1.1"
|
||||
source = "git+https://github.com/librespot-org/librespot?rev=d77376a800041934803eac6790e3122f24c54b1e#d77376a800041934803eac6790e3122f24c54b1e"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
dependencies = [
|
||||
"protobuf 2.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"protobuf-codegen 2.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -1678,7 +1678,7 @@ dependencies = [
|
||||
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"librespot-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"librespot-playback 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"librespot-protocol 0.1.1 (git+https://github.com/librespot-org/librespot?rev=d77376a800041934803eac6790e3122f24c54b1e)",
|
||||
"librespot-protocol 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"reqwest 0.9.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
@@ -3664,7 +3664,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
"checksum librespot-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9f1d5b789c672f72e1de35186dc9e441ea7c62d230eedd81ab54d452c9f36aad"
|
||||
"checksum librespot-metadata 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ed423878eb7d83cba1157ce1a87da057bb973bea54795985d21c6976a9f62860"
|
||||
"checksum librespot-playback 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0dc72074a2d84529b2fdbfb936ba1eb40f14cd8bc5ee049ae1a9c20f80f7ad0d"
|
||||
"checksum librespot-protocol 0.1.1 (git+https://github.com/librespot-org/librespot?rev=d77376a800041934803eac6790e3122f24c54b1e)" = "<none>"
|
||||
"checksum librespot-protocol 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "32699c309d05fd54c85f908f9a725a0fa401658e638117ce638478ff2252dc8d"
|
||||
"checksum linear-map 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
|
||||
"checksum lock_api 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
||||
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
||||
|
||||
@@ -43,9 +43,6 @@ url = "1.7"
|
||||
strum = "0.17.1"
|
||||
strum_macros = "0.17.1"
|
||||
|
||||
[patch.crates-io]
|
||||
librespot-protocol = { git = "https://github.com/librespot-org/librespot", rev = "d77376a800041934803eac6790e3122f24c54b1e" }
|
||||
|
||||
[dependencies.cursive]
|
||||
version = "0.15"
|
||||
default-features = false
|
||||
|
||||
Reference in New Issue
Block a user