Skip to content

Commit 75b9b13

Browse files
authored
Merge pull request #1337 from eladyn/default_backend
build: revert default features to alsa_backend
2 parents fa635ca + aae4c17 commit 75b9b13

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [Unreleased]
8+
9+
### Fixed
10+
- revert default features to `alsa_backend` ([#1337])
11+
12+
[#1337]: https://github.com/Spotifyd/spotifyd/pull/1337
13+
714
## [0.4.0]
815

916
### Breaking

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,15 +52,15 @@ whoami = "1"
5252
pledge = "0.4.2"
5353

5454
[target.armv7-unknown-linux-gnueabihf.dependencies]
55-
aws-lc-rs = { version = "*", features = ["bindgen"] }
55+
aws-lc-rs = { version = "1.12.5", features = ["bindgen"] }
5656

5757
[dev-dependencies]
5858
env_logger = "0.11"
5959

6060
[features]
6161
alsa_backend = ["librespot-playback/alsa-backend", "dep:alsa"]
6262
dbus_mpris = ["dep:dbus", "dep:dbus-tokio", "dep:dbus-crossroads"]
63-
default = ["rodio_backend"]
63+
default = ["alsa_backend"]
6464
portaudio_backend = ["librespot-playback/portaudio-backend"]
6565
pulseaudio_backend = ["librespot-playback/pulseaudio-backend"]
6666
rodio_backend = ["librespot-playback/rodio-backend"]

0 commit comments

Comments
 (0)