From 1c1ffcefc3b03423814e3f58ada0f5f27e6a0b5a Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Fri, 23 Feb 2024 17:58:56 +0100
Subject: [PATCH] rust - update to version 1.76.0

---
 components/developer/rust/Makefile |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/developer/rust/Makefile b/components/developer/rust/Makefile
index fa1e651..af0609a 100644
--- a/components/developer/rust/Makefile
+++ b/components/developer/rust/Makefile
@@ -37,12 +37,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		rustc
-COMPONENT_VERSION=	1.75.0
+COMPONENT_VERSION=	1.76.0
 COMPONENT_SUMMARY=	Rust - Safe, concurrent, practical language
 COMPONENT_PROJECT_URL=	https://www.rust-lang.org
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)-src
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:5b739f45bc9d341e2d1c570d65d2375591e22c2d23ef5b8a37711a0386abc088
+COMPONENT_ARCHIVE_HASH=	sha256:9e5cff033a7f0d2266818982ad90e4d3e4ef8f8ee1715776c6e25073a136c021
 COMPONENT_ARCHIVE_URL=	https://static.rust-lang.org/dist/$(COMPONENT_ARCHIVE)
 COMPONENT_FMRI=		developer/lang/rustc
 COMPONENT_CLASSIFICATION=	Development/Other Languages

--
Gitblit v1.9.3