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 <[email protected]>
  • Loading branch information
jinankjain authored and Jinank Jain committed Dec 29, 2023
1 parent 3789296 commit 1a58ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 1a58ba2

Please sign in to comment.