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

update Cargo.lock #141

Merged
merged 1 commit into from
Nov 18, 2024
Merged

update Cargo.lock #141

merged 1 commit into from
Nov 18, 2024

Conversation

stevenleeS0ht
Copy link
Contributor

Previously, due to API break change of rustc 1.80.0,

error[E0282]: type annotations needed for `Box<_>`
  --> /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.20/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`

This can fix the bug in auto packaging environment (which require reproducible build, so cargo update locally is not allowed in such situation).

@stevenleeS0ht
Copy link
Contributor Author

@Kha , is it OK to merge?

@Kha Kha enabled auto-merge (squash) November 18, 2024 09:28
@Kha Kha merged commit 8363b2b into leanprover:master Nov 18, 2024
5 checks passed
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

Successfully merging this pull request may close these issues.

2 participants