tomaka / rouille

Web framework in Rust
Apache License 2.0
1.09k stars 105 forks source link

Fix Travis: Update minimum Rust version to 1.22.0 #194

Closed oherrala closed 5 years ago

oherrala commented 5 years ago

The unicode-normalization crate requires Rust 1.21.0 and rand 0.5 requires Rust 1.22.0. So, update TravisCI config to test with 1.22.0.

This PR should fix the failing TravisCI jobs of earlier PRs.

While there, update dependency of rand to 0.5.

tomaka commented 5 years ago

Thanks