mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-06 01:16:25 -06:00
Switch build pipeline to MSRV 1.74
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user