-
Notifications
You must be signed in to change notification settings - Fork 36
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
Maintenance Status #31
Comments
@tailhook, could you add some maintainers to the project? I'm happy to help. @pinkforest, any interest? |
I propose we fork and call it If the maintainer wakes up they can propagate upstream |
go for |
Hmm, yes but cyborgtime does have its issue management disabled... so whatever issues we have here around they still stay ignored over there (or anywhere). |
fixed |
Hi @tailhook just wondering what is the maintenance status around humantime ?
It's using rather old version of time ^0.1 ? the current 0.1 is 0.1.42 over 3 years ago - dev has moved to 0.3
Appreciate they are just development deps but anyways 🤷♀️
src/date.rs: let s = time::at_utc(time::Timespec { sec: sec as i64, nsec: 0 })
And rand would be best idea to bump to 0.8 .. 0.6 is using oudated deps
Could we bump time to ^0.3 and rand to ^0.8 - I sent a PR:
#32
The text was updated successfully, but these errors were encountered: