Skip to content

Commit

Permalink
🚑️ Fix compilation with rustc v1.80 (#180)
Browse files Browse the repository at this point in the history
`rustc --version`: `v1.80.0` has a type inference regression. This
causes compilation of `centerpiece` to fail, because we use an affected
version of the `time` crate.

This updates the time crate to a released version with a fix.

Reference:
- NixOS/nixpkgs#332957
- rust-lang/rust#125319
- rust-lang/rust#99969
  • Loading branch information
a-kenji committed Aug 11, 2024
1 parent d450368 commit 05e6640
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 05e6640

Please sign in to comment.