Skip to content

Commit

Permalink
rust: update to 1.81.0
Browse files Browse the repository at this point in the history
- Automatically refresh one patch
- Other patch is unchanged

Signed-off-by: Aleksey Vasilenko <[email protected]>
(cherry picked from commit 541060e)
  • Loading branch information
krant authored and 1715173329 committed Nov 12, 2024
1 parent bf25c08 commit 4689289
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1
PKG_VERSION:=1.81.0
PKG_RELEASE:=1

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

PKG_MAINTAINER:=Luca Barbato <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion lang/rust/patches/0001-Update-xz2-and-use-it-static.patch
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: [PATCH] Update xz2 and use it static

--- a/src/bootstrap/Cargo.toml
+++ b/src/bootstrap/Cargo.toml
@@ -62,7 +62,7 @@ tar = "0.4"
@@ -60,7 +60,7 @@ tar = "0.4"
termcolor = "1.4"
toml = "0.5"
walkdir = "2.4"
Expand Down

0 comments on commit 4689289

Please sign in to comment.