Package Details: malachite 3.0.0-3

Git Clone URL: https://aur.archlinux.org/malachite.git (read-only, click to copy)
Package Base: malachite
Description: Tool for packaging and maintaining pacman repositories
Upstream URL: https://gitlab.com/crystal-linux/software/malachite
Keywords: mlc
Licenses: GPL-3.0-only
Submitter: Antiz
Maintainer: None
Last Packager: Antiz
Votes: 2
Popularity: 0.000000
First Submitted: 2022-10-23 15:13 (UTC)
Last Updated: 2025-01-10 12:15 (UTC)

Latest Comments

simona commented on 2025-06-10 08:12 (UTC)

 
error[E0282]: type annotations needed for `Box<_>`
--> /home/simona/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.19/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`