From cdc7502a2cdd04c450943260efc40bef12928d27 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Fri, 28 Jul 2023 18:07:03 +0300 Subject: [PATCH] Bump the RustSDK to v1.0.103-alpha --- ElementX.xcodeproj/project.pbxproj | 2 +- .../project.xcworkspace/xcshareddata/swiftpm/Package.resolved | 4 ++-- project.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ElementX.xcodeproj/project.pbxproj b/ElementX.xcodeproj/project.pbxproj index e516aef7bd..ecce8f4e92 100644 --- a/ElementX.xcodeproj/project.pbxproj +++ b/ElementX.xcodeproj/project.pbxproj @@ -5389,7 +5389,7 @@ repositoryURL = "https://github.com/matrix-org/matrix-rust-components-swift"; requirement = { kind = exactVersion; - version = "1.0.102-alpha"; + version = "1.0.103-alpha"; }; }; 96495DD8554E2F39D3954354 /* XCRemoteSwiftPackageReference "posthog-ios" */ = { diff --git a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved index 6036adb58f..a2e719153e 100644 --- a/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/ElementX.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -111,8 +111,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/matrix-org/matrix-rust-components-swift", "state" : { - "revision" : "fdef408540bf71be867bb59454562f21dcdd64da", - "version" : "1.0.102-alpha" + "revision" : "4557f06e00179b342b4522aefa064259ec12b0d7", + "version" : "1.0.103-alpha" } }, { diff --git a/project.yml b/project.yml index f0c55246d4..2d6b659bfc 100644 --- a/project.yml +++ b/project.yml @@ -45,7 +45,7 @@ include: packages: MatrixRustSDK: url: https://github.com/matrix-org/matrix-rust-components-swift - exactVersion: 1.0.102-alpha + exactVersion: 1.0.103-alpha # path: ../matrix-rust-sdk DesignKit: path: DesignKit