Skip to content

Commit

Permalink
Update C/I with new Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
AldaronLau committed Dec 15, 2023
1 parent 3fc4554 commit a05b3b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
tc: [nightly-2023-01-30]
tc: [nightly-2023-12-15]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
tc: [nightly-2023-01-30]
tc: [nightly-2023-12-15]
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
Expand All @@ -52,6 +52,6 @@ jobs:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
rust-version: "nightly-2023-01-30"
rust-version: "nightly-2023-12-15"
log-level: warn
command: check

0 comments on commit a05b3b0

Please sign in to comment.