Bump the RustSDK to v.1.1.60

This commit is contained in:
Stefan Ceriu 2024-04-19 14:06:59 +03:00 committed by Stefan Ceriu
parent b5f1d5947b
commit bdacea10a2
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -139,8 +139,8 @@
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/matrix-org/matrix-rust-components-swift", "location" : "https://github.com/matrix-org/matrix-rust-components-swift",
"state" : { "state" : {
"revision" : "57cae500b32b0d04e7a9da1b26e96483584f52b4", "revision" : "33cad4cb0c95a39bacdd8845d81da17e8a221481",
"version" : "1.1.59" "version" : "1.1.60"
} }
}, },
{ {

View File

@ -49,7 +49,7 @@ packages:
# Element/Matrix dependencies # Element/Matrix dependencies
MatrixRustSDK: MatrixRustSDK:
url: https://github.com/matrix-org/matrix-rust-components-swift url: https://github.com/matrix-org/matrix-rust-components-swift
exactVersion: 1.1.59 exactVersion: 1.1.60
# 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