Skip to content

Commit bb72b52

Browse files
committed
rust: update to 1.94.0
1 parent 318b648 commit bb72b52

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

lang/rust/Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,18 @@
55
include $(TOPDIR)/rules.mk
66

77
PKG_NAME:=rust
8-
PKG_VERSION:=1.93.0
8+
PKG_VERSION:=1.94.0
99
PKG_RELEASE:=1
1010

1111
PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.xz
1212
PKG_SOURCE_URL:=https://static.rust-lang.org/dist/
13-
PKG_HASH:=e30d898272c587a22f77679f03c5e8192b5645c7c9ccc3407ad1106761507cea
13+
PKG_HASH:=0b53ae34f5c0c3612cfe1de139f9167a018cd5737bc2205664fd69ba9b25f600
1414
HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src
1515

1616
PKG_MAINTAINER:=Luca Barbato <lu_zero@luminem.org>
1717
PKG_LICENSE:=Apache-2.0 MIT
1818
PKG_LICENSE_FILES:=LICENSE-APACHE LICENSE-MIT
19+
PKG_CPE_ID:=cpe:/a:rust-lang:rust
1920

2021
PKG_HOST_ONLY:=1
2122
PKG_USE_MIPS16:=0

0 commit comments

Comments
 (0)