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
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ permissions:

env:
# Keep in sync with rust-toolchain.toml
RUST_NIGHTLY_VERSION: "nightly-2026-01-07"
RUST_NIGHTLY_VERSION: "nightly-2026-07-28"
Comment thread
lean-apple marked this conversation as resolved.

jobs:
untrusted-fork:
Expand All @@ -70,7 +70,7 @@ jobs:
uses: phylaxsystems/actions/.github/workflows/rust-base.yaml@ec61d6a5b50aee981147351197655c6b4f503dd8
with:
runner: "ubuntu-latest"
rust-channel: "nightly-2026-01-07"
rust-channel: "nightly-2026-07-28"
require-lockfile: true
requires-private-deps: true
use-nextest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
binary-name: pcl
version: ${{ needs.create-tag.outputs.version }}
artifact_name: pcl-binaries-${{ needs.create-tag.outputs.version }}
rust-channel: "nightly-2026-01-07"
rust-channel: "nightly-2026-07-28"
package: "pcl"
cargo-features: "full"
enable-sccache: true
Expand Down
Loading
Loading