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 Metadata::modified instead of FileTime::from_last_modification_ti… #94190

Merged
merged 1 commit into from
Feb 22, 2022

Commits on Feb 20, 2022

  1. Use Metadata::modified instead of FileTime::from_last_modification_ti…

    …me in run_cargo
    
    Metadata::modified works in all platforms supported by the filetime
    crate. This changes brings rustbuild a tiny bit closer towards dropping
    the filetime dependency.
    bjorn3 committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    b45cb09 View commit details
    Browse the repository at this point in the history