Bump the RustSDK to v1.0.92-alpha

This commit is contained in:
Stefan Ceriu 2023-06-29 17:59:34 +03:00 committed by Stefan Ceriu
parent b1dc20e55c
commit 4e7d05d4b8
4 changed files with 6 additions and 6 deletions

View File

@ -5099,7 +5099,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = "1.0.91-alpha";
version = "1.0.92-alpha";
};
};
96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = {

View File

@ -111,8 +111,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rust-components-swift",
"state" : {
"revision" : "51c57a8c6c0d05fcaa249226e8e2a9df6e21e7cf",
"version" : "1.0.91-alpha"
"revision" : "a8c8e4917ecabf1ce6502057903ecf5f00b79a37",
"version" : "1.0.92-alpha"
}
},
{

View File

@ -58,7 +58,7 @@ class RoomProxy: RoomProxyProtocol {
init(roomListItem: RoomListItemProtocol,
room: RoomProtocol,
backgroundTaskService: BackgroundTaskServiceProtocol) {
backgroundTaskService: BackgroundTaskServiceProtocol) async {
self.roomListItem = roomListItem
self.room = room
self.backgroundTaskService = backgroundTaskService
@ -77,7 +77,7 @@ class RoomProxy: RoomProxyProtocol {
self.timelineListener = timelineListener
let result = room.addTimelineListener(listener: timelineListener)
let result = await room.addTimelineListener(listener: timelineListener)
roomTimelineObservationToken = result.itemsStream
innerTimelineProvider = RoomTimelineProvider(currentItems: result.items, updatePublisher: updatesPublisher)

View File

@ -44,7 +44,7 @@ include:
packages:
MatrixRustSDK:
url: https://github.com/matrix-org/matrix-rust-components-swift
exactVersion: 1.0.91-alpha
exactVersion: 1.0.92-alpha
# path: ../matrix-rust-sdk
DesignKit:
path: DesignKit