Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error compiling v2.0.1 release #87

Open
intiluha opened this issue Jan 14, 2025 · 0 comments
Open

Error compiling v2.0.1 release #87

intiluha opened this issue Jan 14, 2025 · 0 comments

Comments

@intiluha
Copy link

Running docker compose up -d for the latest release, I get the following compilation error

79.30    Compiling tokio-util v0.7.10
80.93 error[E0282]: type annotations needed for `Box<_>`
80.93   --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.30/src/format_description/parse/mod.rs:83:9
80.93    |
80.93 83 |     let items = format_items
80.93    |         ^^^^^
80.93 ...
80.93 86 |     Ok(items.into())
80.93    |              ---- type must be known at this point
80.93    |
80.93    = 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`
80.93
82.78    Compiling unicode-normalization v0.1.22
83.68 For more information about this error, try `rustc --explain E0282`.
83.77 error: could not compile `time` (lib) due to 1 previous error
[+] Running 0/1build failed, waiting for other jobs to finish...
 ⠸ Service bin  Building                                                                                         124.4s
failed to solve: process "/bin/sh -c cargo build --release" did not complete successfully: exit code: 101

Same error occurs when installing from ArchLinux User Repository https://aur.archlinux.org/packages/bin

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant