SDK Updated to 1.0.57-alpha (#840)

* sdk bump

* fixing tests
This commit is contained in:
Mauro
2023-04-28 09:34:33 +02:00
committed by GitHub
parent f2adfad5ae
commit d2cb7c5240
3 changed files with 5 additions and 3 deletions

View File

@@ -111,8 +111,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rust-components-swift",
"state" : {
"revision" : "1febfb02005fca9cf99264be72c6383c103085c5",
"version" : "1.0.56-alpha"
"revision" : "c81430db734d23d851d19d4de34bf2590397d5f1",
"version" : "1.0.57-alpha"
}
},
{

View File

@@ -55,6 +55,8 @@ final class MediaLoaderTests: XCTestCase {
}
private class MockMediaLoadingClient: ClientProtocol {
func setNotificationDelegate(notificationDelegate: MatrixRustSDK.NotificationDelegate?) { }
private(set) var numberOfInvocations = 0
func getMediaContent(mediaSource: MatrixRustSDK.MediaSource) throws -> [UInt8] {

View File

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