diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index eadafcc..3ca7126 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -35,10 +35,10 @@ jobs: - name: Install dependencies (Linux) if: ${{ matrix.os == 'ubuntu' }} run: sudo apt install libasound2-dev libspa-0.2-dev libpipewire-0.3-dev - - name: Install Rust 1.88 + - name: Install Rust 1.96 uses: actions-rs/toolchain@v1 with: - toolchain: 1.88 + toolchain: 1.96 default: true override: true components: clippy @@ -52,7 +52,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest, macos-latest, windows-latest] - rust: [1.85, 1.86, 1.87, 1.88] + rust: [1.93, 1.94, 1.95, 1.96] feature-pipewire: [false, true] exclude: - os: windows-latest diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index b93f928..3c4a8d9 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -32,7 +32,7 @@ jobs: - name: Set up Rust toolchain uses: actions-rs/toolchain@v1 with: - toolchain: 1.86.0 + toolchain: 1.96 default: true - name: Build documentation run: cargo doc --all-features --no-deps diff --git a/Cargo.toml b/Cargo.toml index 48fe9c9..b6ce609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "interflow" version = "0.1.0" edition = "2021" -rust-version = "1.85" +rust-version = "1.93" license = "MIT" [dependencies]