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