Skip to content

Commit

Permalink
update toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure-stars committed Feb 22, 2025
1 parent 16b2508 commit 45ca702
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build & Deploy docs
on: [push, pull_request]

env:
rust-toolchain: nightly-2024-12-25
rust-toolchain: nightly-2025-01-18

jobs:
doc:
Expand Down
2 changes: 1 addition & 1 deletion apps/nimbos/rust/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
profile = "minimal"
# use the nightly version of the last stable toolchain, see <https://forge.rust-lang.org/>
channel = "nightly-2024-12-25"
channel = "nightly-2025-01-18"
components = ["rust-src", "llvm-tools-preview", "rustfmt", "clippy"]

0 comments on commit 45ca702

Please sign in to comment.