Skip to content

Commit

Permalink
rust: update to 1.80.1
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Barbato <[email protected]>
(cherry picked from commit d4416c2)
  • Loading branch information
lu-zero authored and 1715173329 committed Sep 2, 2024
1 parent 001b5b9 commit b610de7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/rust/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
include $(TOPDIR)/rules.mk

PKG_NAME:=rust
PKG_VERSION:=1.80.0
PKG_VERSION:=1.80.1
PKG_RELEASE:=1

PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.gz
PKG_SOURCE_URL:=https://static.rust-lang.org/dist/
PKG_HASH:=6f606c193f230f6b2cae4576f7b24d50f5f9b25dff11dbf9b22f787d3521d672
PKG_HASH:=2c0b8f643942dcb810cbcc50f292564b1b6e44db5d5f45091153996df95d2dc4
HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src

PKG_MAINTAINER:=Luca Barbato <[email protected]>
Expand Down

0 comments on commit b610de7

Please sign in to comment.