diff options
author | bors-servo <infra@servo.org> | 2023-06-08 20:53:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-08 20:53:00 +0200 |
commit | 0a70b276259a749de45c9fb655a281e98a2ffeab (patch) | |
tree | a0830251b908f220f1e7eaeb8e4feda3ea6cfd17 | |
parent | f215ddf16f910f25eb443a02314686c9ae0ca5dc (diff) | |
parent | 2e3b3a60f0a49bdf60953727bdd91b8724e9d7f5 (diff) | |
download | servo-0a70b276259a749de45c9fb655a281e98a2ffeab.tar.gz servo-0a70b276259a749de45c9fb655a281e98a2ffeab.zip |
Auto merge of #29861 - mrobinson:revert-mozangle-up, r=mrobinson
Revert "Update mozangle and cc."
This reverts commit c2e90d963c389d27df7e19d9c9ef1218f191677d.
This is a temporarily revert in order to fix the build.
<!-- Please describe your changes on the following line: -->
---
<!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `___` with appropriate data: -->
- [x] `./mach build -d` does not report any errors
- [x] `./mach test-tidy` does not report any error
- [x] These changes do not require tests because this is a build fix.
<!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.-->
<!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
-rw-r--r-- | Cargo.lock | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index fbcdaad31cb..313bd7d2e41 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -682,9 +682,9 @@ dependencies = [ [[package]] name = "cc" -version = "1.0.79" +version = "1.0.73" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" +checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11" dependencies = [ "jobserver", ] @@ -3739,9 +3739,9 @@ checksum = "eeb5a94c61e12e2cfc16ee3e2b6eca8f126a43c888586626337544a7e824a1af" [[package]] name = "mozangle" -version = "0.3.4" +version = "0.3.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "abe944fd6e85e054436f598b5fb12f492da8cf9554981bd4a23a91982f72657c" +checksum = "ef98797da14500fb5eaabc90dc91cf7c42710c11330351521d72f4aa268d689c" dependencies = [ "cc", "gl_generator 0.13.1", |