Fixes an SDK issue with the crypto store. (#5167)

* Update the SDK.

Fixes a missing migration in the crypto store.

* Update the enterprise submodule.
This commit is contained in:
Doug
2026-03-05 16:07:51 +00:00
committed by GitHub
parent eddcc5c605
commit 1b44989e62
4 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -159,8 +159,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/element-hq/matrix-rust-components-swift",
"state" : {
"revision" : "88f70673a4a23a20f6d0b8d090254c4d062358f8",
"version" : "26.3.3"
"revision" : "cb36bdbc40b3b3a867306d105d0e21b296934801",
"version" : "26.3.5"
}
},
{

View File

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