Skip to content

Commit

Permalink
remove librespot's with-tremor feature flag in Cargo.toml
Browse files Browse the repository at this point in the history
Fix issue Spotifyd#719
  • Loading branch information
rosorio committed Feb 8, 2021
1 parent 1032694 commit 0bd11e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ tokio-io = "0.1"
tokio-signal = "0.1"
url = "1.7"
xdg = "2.2"
librespot = { version = "0.1.3", default-features = false, features = ["with-tremor"] }
librespot = { version = "0.1.3", default-features = false }
toml = "0.5.8"
color-eyre = "0.5"

Expand Down

0 comments on commit 0bd11e2

Please sign in to comment.