commit: | 7d0e291589077bdb64a3ca5cbf963b80d5701351 |
author: | Trevor Bentley |
committer: | Trevor Bentley |
date: | Fri Jul 12 20:56:12 2019 +0200 |
parents: | 853a6b49b4ba1c84b710db36dba6a25af9f1d6c4 |
diff --git a/.gitmodules b/.gitmodules line changes: +0/-3 index 61011f3..e885dae --- a/.gitmodules +++ b/.gitmodules
@@ -4,6 +4,3 @@ [submodule "deps/rustfm-scrobble"] path = deps/rustfm-scrobble url = https://github.com/mrmekon/rustfm-scrobble.git -[submodule "deps/rust-url"] - path = deps/rust-url - url = https://github.com/servo/rust-url.git
diff --git a/Cargo.toml b/Cargo.toml line changes: +1/-1 index 6605a51..740970b --- a/Cargo.toml +++ b/Cargo.toml
@@ -48,7 +48,7 @@ chrono = "0.4" log = "0.4" ctrlc = "3.1" dirs = "2.0" -percent-encoding = {version="1.0.2", path="deps/rust-url/percent_encoding/"} +percent-encoding = "1.0.1" rustfm-scrobble = {version="0.9.2", optional = true, path = "deps/rustfm-scrobble/"} [dependencies.fruitbasket]
diff --git a/deps/rust-url b/deps/rust-url line changes: +0/-1 index c1914b3..0000000 --- a/deps/rust-url +++ /dev/null
@@ -1 +0,0 @@ -Subproject commit c1914b3a27c657eac1def4a85aa97717460c3061
diff --git a/deps/rustfm-scrobble b/deps/rustfm-scrobble line changes: +1/-1 index b6bf724..49dfccb --- a/deps/rustfm-scrobble +++ b/deps/rustfm-scrobble
@@ -1 +1 @@ -Subproject commit b6bf724631a50592fa1a8967f8232808710aac78 +Subproject commit 49dfccbf64fd45cbb34c60bc6422d92ba5025ba5