mirror of
https://github.com/Xevion/spotify-quickauth.git
synced 2025-12-06 07:16:26 -06:00
Bump rust version to 1.79 to support absolute paths feature [stabilized]
This commit is contained in:
12
.github/workflows/build.yaml
vendored
12
.github/workflows/build.yaml
vendored
@@ -7,16 +7,16 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
fail_fast:
|
fail_fast:
|
||||||
description: 'Use fail-fast strategy'
|
description: "Use fail-fast strategy"
|
||||||
required: false
|
required: false
|
||||||
default: 'true'
|
default: "true"
|
||||||
verbose:
|
verbose:
|
||||||
description: 'Verbose output'
|
description: "Verbose output"
|
||||||
required: false
|
required: false
|
||||||
default: 'false'
|
default: "false"
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- 'v*.*.*'
|
- "v*.*.*"
|
||||||
# We don't filter by paths here, because we filter by tags, which means we're releasing. All releases should be built.
|
# We don't filter by paths here, because we filter by tags, which means we're releasing. All releases should be built.
|
||||||
pull_request:
|
pull_request:
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
@@ -74,7 +74,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: 1.74
|
toolchain: 1.79
|
||||||
targets: ${{ matrix.target }}
|
targets: ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Cache Rust dependencies
|
- name: Cache Rust dependencies
|
||||||
|
|||||||
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@@ -27,7 +27,7 @@ on:
|
|||||||
- run.sh
|
- run.sh
|
||||||
- run.ps1
|
- run.ps1
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 14 * * 1' # every Monday, 9:30 AM CDT
|
- cron: "30 14 * * 1" # every Monday, 9:30 AM CDT
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
@@ -58,7 +58,7 @@ jobs:
|
|||||||
|
|
||||||
- uses: dtolnay/rust-toolchain@stable
|
- uses: dtolnay/rust-toolchain@stable
|
||||||
with:
|
with:
|
||||||
toolchain: 1.74
|
toolchain: 1.79
|
||||||
targets: ${{ matrix.target }}
|
targets: ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Install Linker Tools
|
- name: Install Linker Tools
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ name = "spotify-quickauth"
|
|||||||
version = "0.1.6"
|
version = "0.1.6"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
description = "Quickly authenticate librespot-based applications with Spotify"
|
description = "Quickly authenticate librespot-based applications with Spotify"
|
||||||
rust-version = "1.74"
|
rust-version = "1.79"
|
||||||
authors = ["Ryan Walters <xevion@xevion.dev>"]
|
authors = ["Ryan Walters <xevion@xevion.dev>"]
|
||||||
homepage = "https://github.com/Xevion/spotify-quickauth"
|
homepage = "https://github.com/Xevion/spotify-quickauth"
|
||||||
repository = "https://github.com/Xevion/spotify-quickauth"
|
repository = "https://github.com/Xevion/spotify-quickauth"
|
||||||
|
|||||||
Reference in New Issue
Block a user