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

use of deprecated function #622

Open
ognevny opened this issue Mar 30, 2024 · 0 comments
Open

use of deprecated function #622

ognevny opened this issue Mar 30, 2024 · 0 comments

Comments

@ognevny
Copy link

ognevny commented Mar 30, 2024

I recieve this compiler warning when build from latest release tarball

warning: use of deprecated associated function `chrono::TimeDelta::seconds`: Use `TimeDelta::try_seconds` instead
   --> src\process\windows.rs:114:46
    |
114 |                 let time = chrono::Duration::seconds(start as i64 / 10_000_000);
    |                                              ^^^^^^^
    |
    = note: `#[warn(deprecated)]` on by default
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