third-party/rust: version bump

Summary:
Update everything to current latest semver-compat version

Once small update needed in scm/mononoke/fastreplay

allow-large-files
ignore-conflict-markers

Reviewed By: dtolnay

Differential Revision: D19731863

fbshipit-source-id: f0bf79f8a836044a55473e831b1877ce8a43ec26
This commit is contained in:
Jeremy Fitzhardinge 2020-02-05 14:48:17 -08:00 committed by Facebook Github Bot
parent 24998bbc19
commit 7ead0e29e4

View File

@ -449,7 +449,7 @@ async fn do_main<'a>(
}
let mut child = command.spawn()?;
let stdout = child.stdout().take().expect("Stdout was piped()");
let stdout = child.stdout.take().expect("Stdout was piped()");
fastreplay(&opts, stdout, &logger, &scuba, &repos, &count).await?;
// Wait for child to terminate