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
6 changes: 3 additions & 3 deletions Modules/Package.resolved

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion Modules/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,11 @@ let package = Package(
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", from: "0.15.0"),
.package(
url: "https://github.com/automattic/wordpress-rs",
exact: "0.3.0"
// Interim pr-build pin: first SPM-consumable wordpress-rs build exposing the
// unified support-conversations endpoints (`unifiedConversations`, added in
// wordpress-rs#1288). No tagged release includes them yet — move to a tagged
// release before this ships. See PR description.
branch: "pr-build/1414"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

We can't merge this since the branch goes away after the PR is merged.

),
.package(
url: "https://github.com/Automattic/color-studio",
Expand Down