Skip to content
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Open
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 rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2022-08-01
nightly-2023-08-23
4 changes: 2 additions & 2 deletions src/Qir/Runtime/prerequisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ if ($Env:ENABLE_QIRRUNTIME -ne "false") {
# rustfmt and clippy is available.
rustup install nightly
rustup toolchain install nightly
rustup toolchain install nightly-2022-08-01
rustup toolchain install nightly-2023-08-23
rustup component add rustfmt clippy llvm-tools-preview
rustup component add rustfmt clippy llvm-tools-preview --toolchain nightly
rustup component add rustfmt clippy llvm-tools-preview --toolchain nightly-2022-08-01
rustup component add rustfmt clippy llvm-tools-preview --toolchain nightly-2023-08-23
}

4 changes: 2 additions & 2 deletions src/Simulation/qdk_sim_rs/prerequisites.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (-not (Get-Command rustup -ErrorAction SilentlyContinue)) {
# rustfmt and clippy is available.
rustup install nightly
rustup toolchain install nightly
rustup toolchain install nightly-2022-08-01
rustup toolchain install nightly-2023-08-23
rustup component add rustfmt clippy llvm-tools-preview
rustup component add rustfmt clippy llvm-tools-preview --toolchain nightly
rustup component add rustfmt clippy llvm-tools-preview --toolchain nightly-2022-08-01
rustup component add rustfmt clippy llvm-tools-preview --toolchain nightly-2023-08-23