Bug 1939787 - build(rust): migrate thiserror 1 → 2 r=glandium,webgpu-reviewers,supply-chain-reviewers,nical

Differential Revision: https://phabricator.services.mozilla.com/D233191
This commit is contained in:
Erich Gubler
2025-01-10 22:29:57 +00:00
parent fc9ac9cdaf
commit 6e2875ea7c
57 changed files with 1365 additions and 446 deletions

View File

@@ -176,7 +176,7 @@ hashbrown = { path = "build/rust/hashbrown" }
# Patch `socket2` 0.4 to 0.5
socket2 = { path = "build/rust/socket2" }
# Downgrade `thiserror` 2 to 1.
# Patch `thiserror` 1 to 2.
thiserror = { path = "build/rust/thiserror" }
# The following overrides point to dummy projects, as a temporary measure until this is resolved: