[Buildroot] [git commit] package/dust: bump version to 1.2.3
Julien Olivain
ju.o at free.fr
Thu Sep 4 19:32:12 UTC 2025
commit: https://git.buildroot.net/buildroot/commit/?id=aa6b9c979dfb4a3a55109d819cac66924cde5913
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master
Last time dust was updated, we could not go beyond 1.1.2 since
1.2.0 requires Rust edition 2024. Now that Rust 1.88 is available,
this condition is satisfied and we can bump to 1.2.3.
Release:
https://github.com/bootandy/dust/releases/tag/v1.2.3
Signed-off-by: El Mehdi YOUNES <elmehdi.younes at smile.fr>
Signed-off-by: Julien Olivain <ju.o at free.fr>
---
package/dust/dust.hash | 2 +-
package/dust/dust.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/dust/dust.hash b/package/dust/dust.hash
index a25176a9dd..83b01447b6 100644
--- a/package/dust/dust.hash
+++ b/package/dust/dust.hash
@@ -1,3 +1,3 @@
# Locally computed
-sha256 06cb47200dce72a51ceebc5fb97094b20afacf6c303758540809808f24e59435 dust-1.1.2-cargo4.tar.gz
+sha256 275c2d7bd06205588b7e20e4b478e0df7213f426a1441923e3f2dfaa80cf4828 dust-1.2.3-cargo4.tar.gz
sha256 aee6e2d13d3a55c7881630c09b41ca7b3b44bb1437b5d36695d22decc3655160 LICENSE
diff --git a/package/dust/dust.mk b/package/dust/dust.mk
index a6b6f43c40..e83d15c95c 100644
--- a/package/dust/dust.mk
+++ b/package/dust/dust.mk
@@ -4,7 +4,7 @@
#
################################################################################
-DUST_VERSION = 1.1.2
+DUST_VERSION = 1.2.3
DUST_SITE = $(call github,bootandy,dust,v$(DUST_VERSION))
DUST_LICENSE = APACHE-2.0
DUST_LICENSE_FILES = LICENSE
More information about the buildroot
mailing list