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

Closed
ognevny opened this issue Mar 30, 2024 · 1 comment
Closed

use of deprecated function #622

ognevny opened this issue Mar 30, 2024 · 1 comment

Comments

@ognevny
Copy link
Contributor

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
@dalance
Copy link
Owner

dalance commented Jul 30, 2024

This deprecation was reverted.
I fixed some warnings on Windows. Now there is no warning.

@dalance dalance closed this as completed Jul 30, 2024
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

2 participants