Skip to content

Commit

Permalink
Upgrade esp rustc to v1.74.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
j-devel committed Mar 12, 2024
1 parent 5ecdec0 commit 724cda0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/esp32.mk
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ CLANG_ESP := $(HOME)/.espressif/tools/xtensa-esp32-elf-clang/esp-13.0.0-20211203

export CARGO_HOME := $(STUDIO)/target/cargo
export LIBCLANG_PATH := $(CLANG_ESP)/lib
export XARGO_RUST_SRC := $(TOOLCHAIN_XTENSA)/rust-build/rust-src-1.57.0.2/rust-src/lib/rustlib/src/rust/library
export XARGO_RUST_SRC := $(TOOLCHAIN_XTENSA)/rust-build/rust-src-1.74.0.1/rust-src/lib/rustlib/src/rust/library
export PATH := $(CLANG_ESP)/bin:$(PATH)

esp32-build-module:
Expand Down
2 changes: 1 addition & 1 deletion toolchain/xtensa/rust-build

0 comments on commit 724cda0

Please sign in to comment.