1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-03 01:39:28 +02:00

Merge branch 'master' into dev

This commit is contained in:
Sasha Hilton 2021-02-22 00:57:45 +00:00
commit d8c1b491c4
8 changed files with 30 additions and 30 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "librespot-audio"
version = "0.1.5"
version = "0.1.6"
authors = ["Paul Lietar <paul@lietar.net>"]
description="The audio fetching and processing logic for librespot"
license="MIT"
@ -8,7 +8,7 @@ edition = "2018"
[dependencies.librespot-core]
path = "../core"
version = "0.1.5"
version = "0.1.6"
[dependencies]
aes-ctr = "0.6"