Switch build pipeline to MSRV 1.74

This commit is contained in:
2024-10-07 13:38:47 -05:00
parent 22606aad30
commit 7eaea3e2f4
3 changed files with 2 additions and 4 deletions

View File

@@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
toolchain: 1.74
targets: ${{ matrix.target }}
- name: Cache Rust dependencies

View File

@@ -13,8 +13,6 @@ A simple CLI-based application for creating a `credentials.json` file, used by `
- Automatically places configuration files
- No dependencies, no installation, no fuss
>This README is literally filled with lies. I'm not joking, I've just typed up a bunch of features I plan to implement, and am planning them out now. A fair amount of it works, but most of the specific options aren't currently implemented. I'm working on it, I promise!
## Quickstart
You can run this application without installing anything by using the following commands.

View File

@@ -3,7 +3,7 @@ name = "spotify-quickauth"
version = "0.1.5"
edition = "2021"
description = "Quickly authenticate librespot-based applications with Spotify"
rust-version = "1.81"
rust-version = "1.74"
authors = ["Ryan Walters <xevion@xevion.dev>"]
homepage = "https://github.com/Xevion/spotify-quickauth"
repository = "https://github.com/Xevion/spotify-quickauth"