Skip to content

Commit d22ee51

Browse files
committed
Rust 1.68.2
1 parent b2988b8 commit d22ee51

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/12
3131

3232
COMPONENT_NAME = rustc
33-
COMPONENT_VERSION = 1.68.0
33+
COMPONENT_VERSION = 1.68.2
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:8651245e8708f11d0f65ba9fdb394c4b9300d603d318045664b371729da9eac4
38+
sha256:ce1a115f6aafa912b4622906a92b626354973afa9288e2c7750df4dcf3390fc0
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)