Skip to content

Commit

Permalink
Add the Persistence dependency to Crashes module (#1157)
Browse files Browse the repository at this point in the history
Required:

Task/Issue URL: https://app.asana.com/0/1199333091098016/1209143709072898/f
iOS PR: duckduckgo/iOS#3797
macOS PR: duckduckgo/macos-browser#3727
What kind of version bump will this require?: Patch

Description:

This PR updates the Crashes module to use Persistence as a dependency, as it needs it for some of its logic.
  • Loading branch information
samsymons authored Jan 13, 2025
1 parent 1e8db1f commit 58efae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ let package = Package(
dependencies: [
"Common",
"CxxCrashHandler",
"Persistence"
]),
.target(
name: "CxxCrashHandler",
Expand Down

0 comments on commit 58efae8

Please sign in to comment.