Skip to content

Commit 4d17f4f

Browse files
committed
chore: update dependencies + fix clippy feedback
1 parent f07f11c commit 4d17f4f

6 files changed

Lines changed: 233 additions & 451 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Install Nix
1919
uses: cachix/install-nix-action@v31
2020
with:
21-
nix_path: nixpkgs=channel:nixos-25.11
21+
nix_path: nixpkgs=channel:nixos-26.05
2222
-
2323
name: Cargo cache
2424
uses: actions/cache@v5
@@ -58,7 +58,7 @@ jobs:
5858
name: Install Nix
5959
uses: cachix/install-nix-action@v31
6060
with:
61-
nix_path: nixpkgs=channel:nixos-25.11
61+
nix_path: nixpkgs=channel:nixos-26.05
6262
-
6363
name: Cargo cache
6464
uses: actions/cache@v5

0 commit comments

Comments
 (0)