commit | ca95bfde00c254d109421786d20367d4fa0a0dc4 | [log] [tgz] |
---|---|---|
author | Haibo Huang <hhb@google.com> | Tue Feb 09 17:48:30 2021 -0800 |
committer | Haibo Huang <hhb@google.com> | Tue Feb 09 17:48:30 2021 -0800 |
tree | 28b1bae25b87b4d2f6c680421642f6ec50147e84 | |
parent | 914311bd1f1c0e251d2d7241139c1de29365ec0e [diff] [blame] |
Upgrade rust/crates/protobuf to 2.22.0 Test: make Change-Id: I0967df149e3d7ca88f0abe6281adf2425adc6f1e
diff --git a/build.rs b/build.rs index b0b1010..653ba35 100644 --- a/build.rs +++ b/build.rs
@@ -1,7 +1,9 @@ use std::env; use std::fs::File; -use std::io::{Read, Write}; -use std::path::{Path, PathBuf}; +use std::io::Read; +use std::io::Write; +use std::path::Path; +use std::path::PathBuf; use std::process; // % rustc +stable --version