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

Adapt chrono settings to remove old time crate #14

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

cakebaker
Copy link
Collaborator

This PR adapts the chrono settings in Cargo.toml so that the time crate is no longer needed.

Closes #13

@codecov
Copy link

codecov bot commented Jun 5, 2023

Codecov Report

Merging #14 (5278394) into main (e5d7fbc) will increase coverage by 18.84%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             main      #14       +/-   ##
===========================================
+ Coverage   41.87%   60.72%   +18.84%     
===========================================
  Files           2        2               
  Lines         511      359      -152     
  Branches      100       81       -19     
===========================================
+ Hits          214      218        +4     
+ Misses        259      103      -156     
  Partials       38       38               
Flag Coverage Δ
macos_latest 60.72% <ø> (+18.84%) ⬆️
ubuntu_latest 60.72% <ø> (+18.84%) ⬆️
windows_latest 63.74% <ø> (+20.85%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

@sylvestre
Copy link
Contributor

TIL! thanks

@sylvestre sylvestre merged commit 1c32733 into uutils:main Jun 5, 2023
@cakebaker cakebaker deleted the remove_time_crate branch June 5, 2023 07:56
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

Successfully merging this pull request may close these issues.

Potential segfault in the time crate (cargo deny warning)
2 participants