mirror of
https://github.com/zen-browser/desktop.git
synced 2026-01-13 16:45:31 +00:00
* chore: Sync upstream to `Firefox 147.0` * chore: Continued migration, b=no-bug, c=tests * chore: Finish migration without testing, b=no-bug, c=scripts, tabs, media, common, split-view * feat: Finish migration, b=no-bug, c=common, compact-mode, split-view, workspaces * feat: Finish basic migration, b=no-bug, c=kbs, common, folders * feat: Update surfer, b=no-bug, c=scripts
14 lines
510 B
C++
14 lines
510 B
C++
diff --git a/Cargo.toml b/Cargo.toml
|
|
index 35e725043bce0b39fea550e8fb2b0ae1ff752e43..abac2042d537fcc1ce26e0e3acbf98fc2975b793 100644
|
|
--- a/Cargo.toml
|
|
+++ b/Cargo.toml
|
|
@@ -237,6 +237,8 @@ moz_asserts = { path = "mozglue/static/rust/moz_asserts" }
|
|
# Workaround for https://github.com/rust-lang/cargo/issues/11232
|
|
rure = { path = "third_party/rust/rure" }
|
|
|
|
+mime_guess = { path = "third_party/rust/mime_guess" }
|
|
+
|
|
# Patch `unicode-width` 0.1.* to 0.2.
|
|
unicode-width = { path = "build/rust/unicode-width" }
|
|
|