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:
sotaro 2022-11-25 01:08:35 +00:00
Родитель 57a03b7aaa
Коммит 9402ee9faf
1 изменённых файлов: 1 добавлений и 1 удалений

2
Cargo.lock сгенерированный
Просмотреть файл

@ -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]]