Skip to content

Commit

Permalink
Remove = requirement and use cargo update --precise instead
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 authored and Thomasdezeeuw committed Nov 27, 2019
1 parent ba26c76 commit fa23f6e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ log = "0.4"
slab = "0.4.0"
net2 = "0.2.29"
iovec = "0.1.1"
cfg-if = "=0.1.9"
cfg-if = "0.1.9"

[target.'cfg(target_os = "fuchsia")'.dependencies]
fuchsia-zircon = "0.3.2"
Expand Down
5 changes: 4 additions & 1 deletion ci/azure-test-stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
parameters:
rust_version: ${{ parameters.rust_version }}

- script: cargo ${{ parameters.cmd }}
- script: |
cargo update
cargo update -p cfg-if --precise 0.1.9
cargo ${{ parameters.cmd }}
displayName: cargo ${{ parameters.cmd }}
env:
CI: 'True'
Expand Down

0 comments on commit fa23f6e

Please sign in to comment.