Skip to content

Commit

Permalink
bump nightly in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtau committed Dec 7, 2024
1 parent 1e04298 commit e163dd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ jobs:
with:
kind: check
components: rust-src
toolchain: nightly-2023-12-31 # upgrade this regularly
toolchain: nightly-2024-11-30 # upgrade this regularly
- name: check no_std compatibility
run: cd pest && cargo build -j1 -Z build-std=core,alloc --no-default-features --target x86_64-unknown-linux-gnu

Expand All @@ -156,7 +156,7 @@ jobs:
id: setup
with:
kind: check
toolchain: nightly-2023-12-31
toolchain: nightly-2024-11-30
tools: cargo-semver-checks
- name: check semver compatibility
shell: bash
Expand Down

0 comments on commit e163dd0

Please sign in to comment.