diff options
author | fuzzard <fuzzard@kodi.tv> | 2024-05-03 18:39:04 +1000 |
---|---|---|
committer | fuzzard <fuzzard@kodi.tv> | 2024-05-03 18:39:04 +1000 |
commit | cbb9c8df54d9abbcbf3160ee2fa92738ecbf7f3e (patch) | |
tree | 33283df0eec34841f20583463af0a3fcd298b369 | |
parent | 606ed44a878d543dc9e2d2699dc86328d2484dcb (diff) |
[tools/depends][native] rustup default toolchain to 1.78.0
-rw-r--r-- | tools/depends/native/rustup/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/rustup/Makefile b/tools/depends/native/rustup/Makefile index c9f1c07570..83f993c158 100644 --- a/tools/depends/native/rustup/Makefile +++ b/tools/depends/native/rustup/Makefile @@ -17,7 +17,7 @@ APP=$(PLATFORM)/bin/$(APPNAME) export RUSTUP_HOME=$(PREFIX)/.rustup export CARGO_HOME=$(PREFIX)/.cargo -RUST_TOOLCHAIN_VERSION=1.75.0 +RUST_TOOLCHAIN_VERSION=1.78.0 RUSTUP_ENV_VARS = RUSTUP_HOME=$(PREFIX)/.rustup \ CARGO_HOME=$(PREFIX)/.cargo RUSTUP = $(RUSTUP_ENV_VARS) $(PREFIX)/bin/rustup |