Skip to content

Update dependencies in root Cargo.lock - #63

Merged
juhoinkinen merged 1 commit into
mainfrom
update-rust-deps
Aug 28, 2026
Merged

Update dependencies in root Cargo.lock#63
juhoinkinen merged 1 commit into
mainfrom
update-rust-deps

Conversation

@juhoinkinen

@juhoinkinen juhoinkinen commented Aug 28, 2026

Copy link
Copy Markdown
Member

A follow-up to #59 (that updated c-api/Cargo.lock). Locally, on my laptop, this resolves the error that makes CICD job fail (#62):

cargo test --features cli
<clip>
error[E0282]: type annotations needed for `Box<_>`
  --> /home/jmminkin/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/time-0.3.30/src/format_description/parse/mod.rs:83:9
   |
83 |     let items = format_items
   |         ^^^^^
...
86 |     Ok(items.into())
   |        ----- type must be known at this point
   |
help: consider giving `items` an explicit type, where the placeholder `_` is specified
   |
83 |     let items: Box<_> = format_items
   |              ++++++++

   Compiling alga v0.9.3
For more information about this error, try `rustc --explain E0282`.
error: could not compile `time` (lib) due to 1 previous error
warning: build failed, waiting for other jobs to finish...

@juhoinkinen juhoinkinen added the dependencies Pull requests that update a dependency file label Aug 28, 2026
@juhoinkinen
juhoinkinen requested a lite review from Copilot August 28, 2026 11:43

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

@juhoinkinen
juhoinkinen marked this pull request as ready for review August 28, 2026 11:44
@juhoinkinen
juhoinkinen merged commit 5754bdc into main Aug 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants