From 70fd9da886058e5d0a979318f8c70d63d0ab460c Mon Sep 17 00:00:00 2001 From: Xevion Date: Sun, 6 Oct 2024 16:17:33 -0500 Subject: [PATCH] Update to 0.1.5 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 262ecf5..a990bb8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1287,7 +1287,7 @@ dependencies = [ [[package]] name = "spotify-quickauth" -version = "0.1.4" +version = "0.1.5" dependencies = [ "env_logger", "futures", diff --git a/Cargo.toml b/Cargo.toml index 128a095..14e8b77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spotify-quickauth" -version = "0.1.4" +version = "0.1.5" edition = "2021" description = "Quickly authenticate librespot-based applications with Spotify" rust-version = "1.81"