lholden / job_scheduler

A simple cron-like job scheduling library for Rust.
Apache License 2.0
196 stars 34 forks source link

Update cron dependency #9

Closed NyxCode closed 6 years ago

NyxCode commented 6 years ago

This PR updates the cron dependency of this project so it doesn't depend on the nightly compiler.

lholden commented 6 years ago

Ah! Thanks @NyxCode, I had not noticed cron had been updated to not need nightly anymore. That's great news!