Skip to content

Commit 9ba9850

Browse files
committed
Rustc 1.58.1
1 parent db86cea commit 9ba9850

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/rust/rustc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ include ../../../make-rules/shared-macros.mk
3030
GCC_ROOT = /usr/gcc/11
3131

3232
COMPONENT_NAME = rustc
33-
COMPONENT_VERSION = 1.57.0
33+
COMPONENT_VERSION = 1.58.1
3434
COMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION)-src
3535
COMPONENT_PROJECT_URL = http://www.rust-lang.org/
3636
COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.xz
3737
COMPONENT_ARCHIVE_HASH = \
38-
sha256:fad07ea1daf9c6195c32e6e9c43ece4565c5f2f1de3c3771574790d6abbc9704
38+
sha256:2b3643a48e7087053b0268971ec4154350342508922a8acb0707aaf94deb4469
3939
COMPONENT_ARCHIVE_URL = https://static.rust-lang.org/dist/$(COMPONENT_ARCHIVE)
4040
COMPONENT_SIG_URL = $(COMPONENT_ARCHIVE_URL).asc
4141

0 commit comments

Comments
 (0)