From e7177da3b1460fe3c30246601b9d23ffc655d4ed Mon Sep 17 00:00:00 2001 From: Sasha Hilton Date: Wed, 6 Nov 2019 16:56:51 +0100 Subject: [PATCH] Add librespot-core version number --- audio/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/audio/Cargo.toml b/audio/Cargo.toml index 3c1af9e..2d67437 100644 --- a/audio/Cargo.toml +++ b/audio/Cargo.toml @@ -7,6 +7,7 @@ license="MIT" [dependencies.librespot-core] path = "../core" +version = "0.1.0" [dependencies] bit-set = "0.5"