Skip to content

Commit

Permalink
Makefile: upgrade stable rust toolchain version
Browse files Browse the repository at this point in the history
Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 committed Dec 14, 2023
1 parent 428906e commit e57ef74
Showing 1 changed file with 1 addition and 1 deletion.
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.66.0
export STABLE_TOOLCHAIN:=1.74.0
export NIGHTLY_TOOLCHAIN:=nightly-2023-08-28
export BUILD_TYPE:=release
export PREFIX:=/usr/local
Expand Down

0 comments on commit e57ef74

Please sign in to comment.