LukeMathWalker / cargo-chef

A cargo-subcommand to speed up Rust Docker builds using Docker layer caching.
Apache License 2.0
1.72k stars 113 forks source link

update dependencies (`cargo update`) #242

Closed xxchan closed 7 months ago

xxchan commented 1 year ago

Build failed on nightly rust due to:

error[E0635]: unknown feature proc_macro_span_shrink --> /Users/xxchan/.cargo/registry/src/mirrors.sjtug.sjtu.edu.cn-be2141875385cea5/proc-macro2-1.0.56/src/lib.rs:92:30 92 feature(proc_macro_span, proc_macro_span_shrink)
LukeMathWalker commented 7 months ago

This has been in 4da1bd7, thanks for the reminder!