From 77c0ee393e6a877096a562bdbf28d5233da6bf93 Mon Sep 17 00:00:00 2001 From: Victor Porof Date: Wed, 11 Sep 2019 11:24:45 +0200 Subject: [PATCH] Display verbose cargo version in logs Signed-off-by: Victor Porof --- .appveyor.yml | 2 +- azure-pipelines-template.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 909ed9e..0f338a5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -21,7 +21,7 @@ install: - choco install mingw -y - refreshenv - rustc -Vv - - cargo -V + - cargo -Vv - make -v - gcc -v diff --git a/azure-pipelines-template.yml b/azure-pipelines-template.yml index 13d3768..2125613 100644 --- a/azure-pipelines-template.yml +++ b/azure-pipelines-template.yml @@ -28,7 +28,7 @@ jobs: # All platforms. - script: | rustc -Vv - cargo -V + cargo -Vv displayName: Query rust and cargo versions - script: cargo build displayName: Build