зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1802388 - Fix a change of Cargo.lock from Bug 1801767 r=gfx-reviewers,jrmuizel
Cargo.lock was updated by Bug 1801767. It needs to be updated a bit. I forgot to update it by cargo command. Then order of "remove_dir_all" needs to be changed. Differential Revision: https://phabricator.services.mozilla.com/D163062
This commit is contained in:
Родитель
57a03b7aaa
Коммит
9402ee9faf
|
@ -6171,6 +6171,7 @@ dependencies = [
|
|||
"num_cpus",
|
||||
"objc",
|
||||
"rayon",
|
||||
"remove_dir_all",
|
||||
"swgl",
|
||||
"thin-vec",
|
||||
"tracy-rs",
|
||||
|
@ -6178,7 +6179,6 @@ dependencies = [
|
|||
"webrender",
|
||||
"winapi",
|
||||
"wr_malloc_size_of",
|
||||
"remove_dir_all",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
Загрузка…
Ссылка в новой задаче