Compare commits

..

No commits in common. "4c4fa2b30a8b41726d38bb0ca285fbc559e6c8c6" and "4c13facc96602cbbc1ee439612fbb047aed2ebb4" have entirely different histories.

3 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@ jobs:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
- name: Install Rust stable
uses: dtolnay/rust-toolchain@stable
with:
@ -39,7 +39,7 @@ jobs:
name: "Lint"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v5
- name: Install Rust nightly
uses: dtolnay/rust-toolchain@stable
with:

View file

@ -18,7 +18,7 @@ jobs:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install Rust toolchain
@ -43,7 +43,7 @@ jobs:
cancel-in-progress: false
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v5
with:
fetch-depth: 0
- name: Install Rust toolchain

View file

@ -15,7 +15,7 @@ exclude = ["flake.nix", "flake.lock", ".envrc", "cliff.toml", "release-plz.toml"
[dependencies]
thiserror = "2.0"
flume = { version = "0.12", optional = true }
flume = { version = "0.11", optional = true }
crossbeam-channel = { version = "0.5", optional = true }
arc-swap = "1.7.1"