зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1423236 - Use patch instead of replace to eliminate redundant vendored copy of libudev-sys. r=ttaubert
MozReview-Commit-ID: 529N231rvgY --HG-- extra : rebase_source : ac3456c456da0c0cefa1be723f97a6c96c438a5b
This commit is contained in:
Родитель
53c4e3f117
Коммит
5d419cb4f2
|
@ -45,5 +45,5 @@ rpath = false
|
|||
debug-assertions = false
|
||||
panic = "abort"
|
||||
|
||||
[replace]
|
||||
"libudev-sys:0.1.3" = { path = "../../../../dom/webauthn/libudev-sys" }
|
||||
[patch.crates-io]
|
||||
libudev-sys = { path = "../../../../dom/webauthn/libudev-sys" }
|
||||
|
|
|
@ -46,5 +46,5 @@ rpath = false
|
|||
debug-assertions = false
|
||||
panic = "abort"
|
||||
|
||||
[replace]
|
||||
"libudev-sys:0.1.3" = { path = "../../../dom/webauthn/libudev-sys" }
|
||||
[patch.crates-io]
|
||||
libudev-sys = { path = "../../../dom/webauthn/libudev-sys" }
|
||||
|
|
Загрузка…
Ссылка в новой задаче