projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96c96fe
)
rust: update to 1.85.0
author
Jonathan McCrohan
<
[email protected]
>
Mon, 24 Feb 2025 20:35:17 +0000
(20:35 +0000)
committer
Tianling Shen
<
[email protected]
>
Wed, 26 Feb 2025 08:45:46 +0000
(16:45 +0800)
Fixes podman build breakage which was caused by podman depending on
netavark, which in turn depends on rust-iptables.
rust-iptables requires rust 1.85.0 since commit
75825cd
https://github.com/yaa110/rust-iptables/commit/
75825cd9c13db91f697461e6fa91f78c5e927008
Signed-off-by: Jonathan McCrohan <
[email protected]
>
lang/rust/Makefile
patch
|
blob
|
history
diff --git
a/lang/rust/Makefile
b/lang/rust/Makefile
index ab5436741230fe266ffd7a5af9147edc501f3e07..f63c5a5a8a75b7e2f2ab2b06114c1a25413d0ae1 100644
(file)
--- a/
lang/rust/Makefile
+++ b/
lang/rust/Makefile
@@
-5,12
+5,12
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=rust
-PKG_VERSION:=1.8
4
.0
+PKG_VERSION:=1.8
5
.0
PKG_RELEASE:=1
PKG_SOURCE:=rustc-$(PKG_VERSION)-src.tar.gz
PKG_SOURCE_URL:=https://static.rust-lang.org/dist/
-PKG_HASH:=
15cee7395b07ffde022060455b3140366ec3a12cbbea8f1ef2ff371a9cca51bf
+PKG_HASH:=
2f4f3142ffb7c8402139cfa0796e24baaac8b9fd3f96b2deec3b94b4045c6a8a
HOST_BUILD_DIR:=$(BUILD_DIR)/host/rustc-$(PKG_VERSION)-src
PKG_MAINTAINER:=Luca Barbato <
[email protected]
>