Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/search/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ serde_json = "1"
thiserror = "2"
uniffi = { version = "0.29.0" }
firefox-versioning = { path = "../support/firefox-versioning" }
pretty_assertions = "1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We did originally use pretty_assertions, but it was removed in #6864. I suggest discussing with the application-services-monorepo team about what the options might be.

This could be something that we remove from the patch for now, and add it in later if we get clearance.


[build-dependencies]
uniffi = { version = "0.29.0", features = ["build"] }
Expand Down
Loading