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

Cargo build warnings #59

Closed
harlanc opened this issue Sep 25, 2023 · 0 comments
Closed

Cargo build warnings #59

harlanc opened this issue Sep 25, 2023 · 0 comments

Comments

@harlanc
Copy link
Owner

harlanc commented Sep 25, 2023

After update rustup:

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.

ningnao added a commit to ningnao/xiu that referenced this issue Nov 29, 2023
harlanc added a commit that referenced this issue Nov 29, 2023
fix: cargo build warning #59
@harlanc harlanc closed this as completed Dec 1, 2023
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

No branches or pull requests

1 participant