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
rustup update
rustup -V
rustup 1.26.0 (5af9b9484 2023-04-05)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.72.1 (d5c2e9c34 2023-09-13)`
Got the following warnings:
warning: the following packages contain code that will be rejected by a future version of Rust: nom v4.1.1
note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
Because job_scheduler = "1.2.1" references cron = "0.6.1" and cron v0.6.1 references "nom 4.1.1", but job_scheduler doesn't exist a newer version. So we need to find some other creates to replace job_scheduler or wait for job_scheduler's update.
The text was updated successfully, but these errors were encountered:
ningnao
added a commit
to ningnao/xiu
that referenced
this issue
Nov 29, 2023
After update rustup:
Got the following warnings:
Because job_scheduler = "1.2.1" references cron = "0.6.1" and cron v0.6.1 references "nom 4.1.1", but job_scheduler doesn't exist a newer version. So we need to find some other creates to replace job_scheduler or wait for job_scheduler's update.
The text was updated successfully, but these errors were encountered: