Update the SDK. (#2605)

This commit is contained in:
Doug 2024-03-25 16:14:22 +00:00 committed by GitHub
parent 92eaa7075a
commit 7df207c4eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 6 additions and 5 deletions

View File

@ -7160,7 +7160,7 @@
repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift";
requirement = {
kind = exactVersion;
version = 1.1.52;
version = 1.1.53;
};
};
821C67C9A7F8CC3FD41B28B4 /* XCRemoteSwiftPackageReference "emojibase-bindings" */ = {

View File

@ -130,8 +130,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rust-components-swift",
"state" : {
"revision" : "2ff6c2a4dd9340051a93ba3d0a25536d9eb20090",
"version" : "1.1.52"
"revision" : "e7c6a0e87327bb2848c84bc15a6db6cb68d97f83",
"version" : "1.1.53"
}
},
{
@ -263,7 +263,7 @@
{
"identity" : "swiftui-introspect",
"kind" : "remoteSourceControl",
"location" : "https://github.com/siteline/SwiftUI-Introspect.git",
"location" : "https://github.com/siteline/SwiftUI-Introspect",
"state" : {
"revision" : "b94da693e57eaf79d16464b8b7c90d09cba4e290",
"version" : "0.9.2"

View File

@ -0,0 +1 @@
Fix a bug where the new messages in a room weren't always shown until your re-opened the room.

View File

@ -48,7 +48,7 @@ packages:
# Element/Matrix dependencies
MatrixRustSDK:
url: https://github.com/matrix-org/matrix-rust-components-swift
exactVersion: 1.1.52
exactVersion: 1.1.53
# path: ../matrix-rust-sdk
Compound:
url: https://github.com/element-hq/compound-ios