Files
buildroot/package/dust/dust.mk
El Mehdi YOUNES aa6b9c979d package/dust: bump version to 1.2.3
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@smile.fr>
Signed-off-by: Julien Olivain <ju.o@free.fr>
2025-09-04 21:32:12 +02:00

13 lines
334 B
Makefile

################################################################################
#
# dust
#
################################################################################
DUST_VERSION = 1.2.3
DUST_SITE = $(call github,bootandy,dust,v$(DUST_VERSION))
DUST_LICENSE = APACHE-2.0
DUST_LICENSE_FILES = LICENSE
$(eval $(cargo-package))