mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
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>
13 lines
334 B
Makefile
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))
|