diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2018-09-21 12:33:19 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-21 12:33:19 -0400 |
commit | 34385d90aafca94e0e1cac23ddc5aa29a3cdba41 (patch) | |
tree | ba44a9e229c7cc2e3a5a8b0e449b8dbf7ff43306 | |
parent | 2671a1c064bf33d68fa96ff7f6f34123434fa052 (diff) | |
parent | 04f5b08f3b6339e24cade7d2380044e71865ca92 (diff) | |
download | servo-34385d90aafca94e0e1cac23ddc5aa29a3cdba41.tar.gz servo-34385d90aafca94e0e1cac23ddc5aa29a3cdba41.zip |
Auto merge of #21775 - jdm:azureup, r=ferjm
Update azure.
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any errors
- [x] These changes fix #21758
- [x] These changes do not require tests because we don't run canvas tests on android yet.
<!-- Reviewable:start -->
---
This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/21775)
<!-- Reviewable:end -->
-rw-r--r-- | Cargo.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock index c0effa6828e..fdbead98ee6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ dependencies = [ [[package]] name = "azure" version = "0.34.0" -source = "git+https://github.com/servo/rust-azure#1536ca66954356ece017343e3cd30b293134dc3f" +source = "git+https://github.com/servo/rust-azure#b3c8ddc64f2760cfb5c29818c93b9a02fac50e5e" dependencies = [ "cmake 0.1.29 (registry+https://github.com/rust-lang/crates.io-index)", "euclid 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", |