We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db86cea commit 9ba9850Copy full SHA for 9ba9850
components/rust/rustc/Makefile
@@ -30,12 +30,12 @@ include ../../../make-rules/shared-macros.mk
30
GCC_ROOT = /usr/gcc/11
31
32
COMPONENT_NAME = rustc
33
-COMPONENT_VERSION = 1.57.0
+COMPONENT_VERSION = 1.58.1
34
COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION)-src
35
COMPONENT_PROJECT_URL = http://www.rust-lang.org/
36
COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.xz
37
COMPONENT_ARCHIVE_HASH = \
38
- sha256:fad07ea1daf9c6195c32e6e9c43ece4565c5f2f1de3c3771574790d6abbc9704
+ sha256:2b3643a48e7087053b0268971ec4154350342508922a8acb0707aaf94deb4469
39
COMPONENT_ARCHIVE_URL = https://static.rust-lang.org/dist/$(COMPONENT_ARCHIVE)
40
COMPONENT_SIG_URL = $(COMPONENT_ARCHIVE_URL).asc
41
0 commit comments