Display verbose cargo version in logs

Signed-off-by: Victor Porof <victor.porof@gmail.com>
without.crypto
Victor Porof 5 years ago
parent d7d448f265
commit 77c0ee393e
  1. 2
      .appveyor.yml
  2. 2
      azure-pipelines-template.yml

@ -21,7 +21,7 @@ install:
- choco install mingw -y
- refreshenv
- rustc -Vv
- cargo -V
- cargo -Vv
- make -v
- gcc -v

@ -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

Loading…
Cancel
Save