Bump the RustSDK to v25.02.28

This commit is contained in:
Stefan Ceriu 2025-02-28 15:27:00 +02:00 committed by Stefan Ceriu
parent 7f6ea1c2ae
commit 15a0c56f35
4 changed files with 7 additions and 7 deletions

View File

@ -8526,7 +8526,7 @@
repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift"; repositoryURL = "https://github.com/element-hq/matrix-rust-components-swift";
requirement = { requirement = {
kind = exactVersion; kind = exactVersion;
version = "25.02.25-2"; version = 25.02.28;
}; };
}; };
701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = { 701C7BEF8F70F7A83E852DCC /* XCRemoteSwiftPackageReference "GZIP" */ = {

View File

@ -149,8 +149,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift", "location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : { "state" : {
"revision" : "38b03bc62c9949b1e2652d4de9eb2e85eaf008ed", "revision" : "f42b210c7edce2a58e55f94830d7c19eaec7215a",
"version" : "25.2.25-2" "version" : "25.2.28"
} }
}, },
{ {

View File

@ -601,13 +601,13 @@ final class TimelineProxy: TimelineProxyProtocol {
} }
private final class RoomPaginationStatusListener: PaginationStatusListener { private final class RoomPaginationStatusListener: PaginationStatusListener {
private let onUpdateClosure: (LiveBackPaginationStatus) -> Void private let onUpdateClosure: (RoomPaginationStatus) -> Void
init(_ onUpdateClosure: @escaping (LiveBackPaginationStatus) -> Void) { init(_ onUpdateClosure: @escaping (RoomPaginationStatus) -> Void) {
self.onUpdateClosure = onUpdateClosure self.onUpdateClosure = onUpdateClosure
} }
func onUpdate(status: LiveBackPaginationStatus) { func onUpdate(status: RoomPaginationStatus) {
onUpdateClosure(status) onUpdateClosure(status)
} }
} }

View File

@ -59,7 +59,7 @@ packages:
# Element/Matrix dependencies # Element/Matrix dependencies
MatrixRustSDK: MatrixRustSDK:
url: https://github.com/element-hq/matrix-rust-components-swift url: https://github.com/element-hq/matrix-rust-components-swift
exactVersion: 25.02.25-2 exactVersion: 25.02.28
# path: ../matrix-rust-sdk # path: ../matrix-rust-sdk
Compound: Compound:
url: https://github.com/element-hq/compound-ios url: https://github.com/element-hq/compound-ios