Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/publish-rust-library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
RUST_BACKTRACE: short
RUSTFLAGS: "-D warnings -W unreachable-pub -W bare-trait-objects"
RUSTUP_MAX_RETRIES: 10
RUST_CHANNEL: 'stable'
RUST_CHANNEL: '1.86.0'

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
#pull-requests: read
env:
#CC: deny_c
RUST_CHANNEL: 'stable'
RUST_CHANNEL: '1.86.0'

strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
#pull-requests: read
env:
#CC: deny_c
RUST_CHANNEL: 'stable'
RUST_CHANNEL: '1.86.0'


steps:
Expand Down
4 changes: 2 additions & 2 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
# Pinned nixpkgs, deterministic. Last updated to nixos-unstable as of: 2024-12-10
# Pinned nixpkgs, deterministic. Last updated to nixpkgs-unstable as of: 2025-05-22
pkgs = import (fetchTarball
"https://github.com/NixOS/nixpkgs/archive/8c1f3147639f009f09d2bfffc64bcf8485bf3fd2.tar.gz")
"https://github.com/NixOS/nixpkgs/archive/fe51d34885f7b5e3e7b59572796e1bcb427eccb1.tar.gz")
{ };

# Rolling updates, not deterministic.
Expand Down
Loading