Skip to content

Commit

Permalink
Bump rust version to the latest stable
Browse files Browse the repository at this point in the history
Signed-off-by: Jinank Jain <jinankjain@microsoft.com>
  • Loading branch information
jinankjain authored and jyao1 committed Jan 3, 2024
1 parent 077ca0c commit a9f241d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/devtools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Devtools

env:
AS: nasm
STABLE_RUST_TOOLCHAIN: 1.74.0
STABLE_RUST_TOOLCHAIN: 1.75.0
NIGHTLY_RUST_TOOLCHAIN: nightly-2023-08-28
TOOLCHAIN_PROFILE: minimal

Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
echo "$GITHUB_WORKSPACE/devtools/bin" >> $GITHUB_PATH
- name: Exec Runner Server
run: test-runner-server -h
run: test-runner-server -h
2 changes: 1 addition & 1 deletion .github/workflows/library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ name: Library Crates

env:
AS: nasm
STABLE_RUST_TOOLCHAIN: 1.74.0
STABLE_RUST_TOOLCHAIN: 1.75.0
NIGHTLY_RUST_TOOLCHAIN: nightly-2023-08-28
TOOLCHAIN_PROFILE: minimal

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export CARGO=cargo
export STABLE_TOOLCHAIN:=1.74.0
export STABLE_TOOLCHAIN:=1.75.0
export NIGHTLY_TOOLCHAIN:=nightly-2023-08-28
export BUILD_TYPE:=release
export PREFIX:=/usr/local
Expand Down
2 changes: 1 addition & 1 deletion devtools/dev_container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && \

# Install rustup and a fixed version of Rust.
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2023-08-28
RUN rustup toolchain install 1.74.0
RUN rustup toolchain install 1.75.0
RUN rustup component add rust-src
RUN rustup component add llvm-tools-preview
COPY cargo_config /root/.cargo/config
Expand Down

0 comments on commit a9f241d

Please sign in to comment.