The latest version of cc, version 1.0.27, requires str.trim_end_matches(), which was introduced in Rust 1.30, so this project won't build anymore with Rust 1.20. Thus we should stop building it with that version in automation.
(Alternately, we could pin cc to the previous version 1.0.26, but that seems undesirable, given that we want to continue to get future patch-level fixes to that crate.)
The latest version of cc, version 1.0.27, requires str.trim_end_matches(), which was introduced in Rust 1.30, so this project won't build anymore with Rust 1.20. Thus we should stop building it with that version in automation.
(Alternately, we could pin cc to the previous version 1.0.26, but that seems undesirable, given that we want to continue to get future patch-level fixes to that crate.)