Commit ab4500a6 authored by Matthew Gregan's avatar Matthew Gregan
Browse files

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

parent a01a1ec7
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -102,11 +102,10 @@ rev = "824fa69756523f2b6d49029fe25de94130b1f144"
[patch.crates-io.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.
# There is not going to be new version of mio 0.6, mio now being >= 0.7.11.
[patch.crates-io.mio]
path = "third_party/rust/mio"
path = "third_party/rust/mio-0.6.23"

[patch.crates-io.prost-derive]
path = "third_party/rust/prost-derive"
Loading