weihanglo / rust-algorithm-club

Learn algorithms and data structures with Rust
https://weihanglo.tw/rust-algorithm-club
MIT License
407 stars 43 forks source link

Use stable Rust when 2018 edition is available #2

Closed weihanglo closed 5 years ago

weihanglo commented 6 years ago

Currently we depend on nightly compiler to pass all CI process and deploy automatically. (Related issue https://github.com/weihanglo/rust-algorithm-club/commit/bab20832e55f2e040f9c7ed45141475c4bc1b2d6)

Plan to switch back to stable Rust when 2018 edition is available on stable channel.

weihanglo commented 5 years ago

Fixed at 1450d0a