iron / staticfile

Static file-serving middleware for the Iron web framework.
MIT License
63 stars 56 forks source link

Allow caching to work on stable Rust #55

Closed alilleybrinker closed 8 years ago

alilleybrinker commented 8 years ago

The Duration API is no longer unstable, and doesn't need a feature gate. This commit removes the feature gate and updates the usage to compile on stable Rust, allowing caching without requiring use of the nightly.

reem commented 8 years ago

Nice! This is great news :)