File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
5
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
6
7
+ ## [ Unreleased]
8
+
9
+ ### Fixed
10
+ - revert default features to ` alsa_backend ` ([ #1337 ] )
11
+
12
+ [ #1337 ] : https://github.com/Spotifyd/spotifyd/pull/1337
13
+
7
14
## [ 0.4.0]
8
15
9
16
### Breaking
Original file line number Diff line number Diff line change @@ -52,15 +52,15 @@ whoami = "1"
52
52
pledge = " 0.4.2"
53
53
54
54
[target .armv7-unknown-linux-gnueabihf .dependencies ]
55
- aws-lc-rs = { version = " * " , features = [" bindgen" ] }
55
+ aws-lc-rs = { version = " 1.12.5 " , features = [" bindgen" ] }
56
56
57
57
[dev-dependencies ]
58
58
env_logger = " 0.11"
59
59
60
60
[features ]
61
61
alsa_backend = [" librespot-playback/alsa-backend" , " dep:alsa" ]
62
62
dbus_mpris = [" dep:dbus" , " dep:dbus-tokio" , " dep:dbus-crossroads" ]
63
- default = [" rodio_backend " ]
63
+ default = [" alsa_backend " ]
64
64
portaudio_backend = [" librespot-playback/portaudio-backend" ]
65
65
pulseaudio_backend = [" librespot-playback/pulseaudio-backend" ]
66
66
rodio_backend = [" librespot-playback/rodio-backend" ]
You can’t perform that action at this time.
0 commit comments