You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Running
docker compose up -d
for the latest release, I get the following compilation errorSame error occurs when installing from ArchLinux User Repository https://aur.archlinux.org/packages/bin
The text was updated successfully, but these errors were encountered: