mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Make dns-sd opt in rather than opt out.
This commit is contained in:
parent
ac0d597e75
commit
cf2e9bb7c3
2 changed files with 4 additions and 4 deletions
|
@ -5,10 +5,9 @@ rust:
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- protobuf-compiler
|
|
||||||
- libprotoc-dev
|
- libprotoc-dev
|
||||||
- portaudio19-dev
|
- portaudio19-dev
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- cargo build --no-default-features --verbose
|
- cargo build --verbose
|
||||||
- cargo test --no-default-features --verbose
|
- cargo test --verbose
|
||||||
|
|
|
@ -49,4 +49,5 @@ git = "https://github.com/mvdnes/portaudio-rs"
|
||||||
vergen = "~0.1.0"
|
vergen = "~0.1.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["dns-sd"]
|
discovery = ["dns-sd"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue