Bug 1743740 - Rename vendored mio 0.6 to make it possible to vendor later mio versions. r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D132537
This commit is contained in:
Matthew Gregan 2021-12-02 05:39:49 +00:00
parent a01a1ec7ce
commit ab4500a609
51 changed files with 1 additions and 2 deletions

View File

@ -102,11 +102,10 @@ rev = "824fa69756523f2b6d49029fe25de94130b1f144"
[patch.crates-io.autocfg] [patch.crates-io.autocfg]
path = "third_party/rust/autocfg" path = "third_party/rust/autocfg"
# Patch mio 0.6 to use winapi 0.3 and miow 0.3, getting rid of winapi 0.2. # Patch mio 0.6 to use winapi 0.3 and miow 0.3, getting rid of winapi 0.2.
# There is not going to be new version of mio 0.6, mio now being >= 0.7.11. # There is not going to be new version of mio 0.6, mio now being >= 0.7.11.
[patch.crates-io.mio] [patch.crates-io.mio]
path = "third_party/rust/mio" path = "third_party/rust/mio-0.6.23"
[patch.crates-io.prost-derive] [patch.crates-io.prost-derive]
path = "third_party/rust/prost-derive" path = "third_party/rust/prost-derive"