mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/eza: bump version to 0.18.24 to fix compatibility issue with rust >= 1.80
Fixes: http://autobuild.buildroot.net/results/f41a92c22eee077183e7b7b84f8ec15f1900643b/ http://autobuild.buildroot.net/results/c660b7ac92e81d3ba203e345d37210dbdddd3994/ error[E0282]: type annotations needed for `Box<_>` --> /home/buildroot/instance-0/output-1/build/eza-0.18.22/VENDOR/time/src/format_description/parse/mod.rs:83:9 | 83 | let items = format_items | ^^^^^ ... 86 | Ok(items.into()) | ---- type must be known at this point | = note: this is an inference error on crate `time` caused by an API change in Rust 1.80.0; update `time` to version `>=0.3.35` by calling `cargo update` https://github.com/eza-community/eza/releases/tag/v0.18.24 Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
# Locally computed
|
||||
sha256 4ecb6221b28aaae309043b8403555eb6835de671c519c224a3807cea50f48001 eza-0.18.22-cargo2.tar.gz
|
||||
sha256 65a0dc76c1976d7af72a628196022de71c787092da5c6d961a3fcee21f5d1d6f eza-0.18.24-cargo2.tar.gz
|
||||
sha256 2762990c7fbba9d550802a2593c1d857dcd52596bb0f9f192a97e9a7ac5f4f9e LICENCE
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
EZA_VERSION = 0.18.22
|
||||
EZA_VERSION = 0.18.24
|
||||
EZA_SITE = $(call github,eza-community,eza,v$(EZA_VERSION))
|
||||
EZA_LICENSE = MIT
|
||||
EZA_LICENSE_FILES = LICENCE
|
||||
|
||||
Reference in New Issue
Block a user