Skip to content

Commit 79b9d30

Browse files
authored
Move comment regarding wordpress-rs on line above definition (#25004)
1 parent d007471 commit 79b9d30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ let package = Package(
5454
.package(url: "https://github.com/wordpress-mobile/wpxmlrpc", from: "0.9.0"),
5555
.package(url: "https://github.com/wordpress-mobile/NSURL-IDN", revision: "b34794c9a3f32312e1593d4a3d120572afa0d010"),
5656
.package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"),
57-
// We can't use wordpress-rs branches nor commits here. Only tags work.
5857
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", from: "0.10.1"),
58+
// We can't use wordpress-rs branches nor commits here. Only tags work.
5959
.package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20251101"),
6060
.package(
6161
url: "https://github.com/Automattic/color-studio",

0 commit comments

Comments
 (0)