From c76f96473397784d71d5a569490d8f125dccbe30 Mon Sep 17 00:00:00 2001 From: Icelk Date: Wed, 8 Mar 2023 22:42:37 +0100 Subject: [PATCH] Bump minimum required Rust version to 1.64. Was required for dependencies. --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8210eef..aaaf2ee7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,7 +55,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust: [stable, 1.62.0] + rust: [stable, 1.64.0] os: [macos-latest, ubuntu-latest] include: - os: macos-latest diff --git a/Cargo.toml b/Cargo.toml index 517fec37..4b67aa44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ description = "A Spotify daemon" repository = "https://github.com/Spotifyd/spotifyd" license = "GPL-3.0-only" version = "0.3.4" -rust-version = "1.62" +rust-version = "1.64" [dependencies] alsa = { version = "0.5", optional = true }