allan-simon / sentence-aligner-rust

rest service + frontend to align sentences , in rust
13 stars 1 forks source link

Fix build downgrading rust #101

Closed jean553 closed 6 years ago

jean553 commented 6 years ago

Build fails due to Rocket using the recently removed macro_reexport feature (https://github.com/rust-lang/rust/issues/29638). Waiting for fix from Rocket side, so temporarily fix Rust version, still with macro_reexport.